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

Unified Diff: LayoutTests/fast/regions/region-overflow-break.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/region-overflow-break.html
diff --git a/LayoutTests/fast/regions/region-overflow-break.html b/LayoutTests/fast/regions/region-overflow-break.html
index f5b633aa72d54e4a79a2897682938d2a49cf464e..46345eace2494baa9f77ba1aaf005dd625da3651 100644
--- a/LayoutTests/fast/regions/region-overflow-break.html
+++ b/LayoutTests/fast/regions/region-overflow-break.html
@@ -9,7 +9,7 @@ body { font-family: monospace; }
#region_1, #region_2 {
-webkit-flow-from: article;
- -webkit-region-overflow: break;
+ -webkit-region-fragment: break;
display:inline-block;
vertical-align:top;
margin:2px;

Powered by Google App Engine
This is Rietveld 408576698