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

Unified Diff: LayoutTests/fast/regions/autoheight-breakafteralways-maxheight.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
« no previous file with comments | « no previous file | LayoutTests/fast/regions/autoheight-breakbeforealways.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/autoheight-breakafteralways-maxheight.html
diff --git a/LayoutTests/fast/regions/autoheight-breakafteralways-maxheight.html b/LayoutTests/fast/regions/autoheight-breakafteralways-maxheight.html
index de64701c415913e59a2e294c610bd471e92303c1..4c04078add36ada9995610c3d04a5300711c522b 100644
--- a/LayoutTests/fast/regions/autoheight-breakafteralways-maxheight.html
+++ b/LayoutTests/fast/regions/autoheight-breakafteralways-maxheight.html
@@ -8,7 +8,7 @@
#p1 { -webkit-region-break-after: always; }
.regionSize { width: 250px; }
- #region { -webkit-flow-from: flow; -webkit-region-overflow: break; position: absolute; top: 100px; max-height: 100px; }
+ #region { -webkit-flow-from: flow; -webkit-region-fragment: break; position: absolute; top: 100px; max-height: 100px; }
.redBox { position: absolute; height: 50px; background-color: red; }
#red { top: 150px; }
« no previous file with comments | « no previous file | LayoutTests/fast/regions/autoheight-breakbeforealways.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698