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

Unified Diff: LayoutTests/fast/regions/autoheight-singleregion-breakaftermargin.html

Issue 16690004: [CSS Regions] Rename region-overflow to region-fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch Created 7 years, 6 months 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/autoheight-singleregion-breakaftermargin.html
diff --git a/LayoutTests/fast/regions/autoheight-singleregion-breakaftermargin.html b/LayoutTests/fast/regions/autoheight-singleregion-breakaftermargin.html
index 170e3a5e1ef3225aabb6f3c0e7cf876fede7aa6d..f0adc8edb1b8a48e51c0b850fe7dd2fbefb0eade 100644
--- a/LayoutTests/fast/regions/autoheight-singleregion-breakaftermargin.html
+++ b/LayoutTests/fast/regions/autoheight-singleregion-breakaftermargin.html
@@ -8,7 +8,7 @@
#p1 { -webkit-region-break-after: always; margin-top: 75px; margin-bottom: 75px; }
.regionSize { width: 250px; }
- #region { -webkit-flow-from: flow; -webkit-region-overflow: break; position: absolute; top: 150px; border: 15px solid green;}
+ #region { -webkit-flow-from: flow; -webkit-region-fragment: break; position: absolute; top: 150px; border: 15px solid green;}
.redContainer { border: 15px solid red; position: absolute; top: 150px; width: 250px; height: 200px; }
.redBox { width: 250px; height: 50px; margin-top: 75px; margin-bottom: 75px; background-color: red; }

Powered by Google App Engine
This is Rietveld 408576698