Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html

Issue 60873002: Removing the -webkit prefix from CSS Regions-Shapes tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
index 70fa075c0bf2c65849b9da4b9d56e9faf5e36bc9..b8d07b6f9e8675c74598ad791b897d0cbef353fe 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
@@ -8,7 +8,7 @@
.region {
width: 100px;
height: 100px;
- -webkit-shape-inside: rectangle(0, 0, 100%, 100%);
+ shape-inside: rectangle(0, 0, 100%, 100%);
}
.content * {
color: green;

Powered by Google App Engine
This is Rietveld 408576698