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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-inline-content.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-on-second-region-inline-content.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html
index a1135861aeea038ca9510fa334465f10a9df7b44..2c20c1d6f85c029e3747baf32b4a03cd3cb2ffc3 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html
@@ -21,7 +21,7 @@
-webkit-flow-from: flow;
}
#shape_inside {
- -webkit-shape-inside: rectangle(50px, 0px, 250px, 300px);
+ shape-inside: rectangle(50px, 0px, 250px, 300px);
background-color: orange;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698