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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.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-multiple-autoheight-regions.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html
index e359dcadde5257e19ad1548e2cdc5dc59e202096..821f1f87c709d08337d19a42dadfa5a5cc8b901e 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html
@@ -5,7 +5,7 @@
#source { -webkit-flow-into: article; }
.regions {
-webkit-flow-from: article;
- -webkit-shape-inside: rectangle(90px, 0px, 100%, 100%);
+ shape-inside: rectangle(90px, 0px, 100%, 100%);
width: 250px;
background-color: #dedede;
margin-top: 10px;

Powered by Google App Engine
This is Rietveld 408576698