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

Unified Diff: LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.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-breakbeforealways-minheight.html
diff --git a/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html b/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html
index 2870537928ecc25cdd8b1a44158ae1e63dbaa232..42d4f1407d04cd13ee0820bf67a33fbd017e8ff9 100644
--- a/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html
+++ b/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html
@@ -6,7 +6,7 @@
#article { -webkit-flow-into: flow; }
.regionSize { width: 250px; }
- #region { -webkit-flow-from: flow; -webkit-region-overflow: break; position: absolute; top: 150px; min-height: 150px; background-color: green; }
+ #region { -webkit-flow-from: flow; -webkit-region-fragment: break; position: absolute; top: 150px; min-height: 150px; background-color: green; }
.redBox { position: absolute; height: 150px; background-color: red; }
#red { top: 150px; }

Powered by Google App Engine
This is Rietveld 408576698