Index: LayoutTests/fast/regions/autoheight-singleregion-multiplebreaks.html |
diff --git a/LayoutTests/fast/regions/autoheight-singleregion-multiplebreaks.html b/LayoutTests/fast/regions/autoheight-singleregion-multiplebreaks.html |
index c0fdc2ebe26a67d3ee28f3e38d92ff52e4b1db8c..154ebe9e79e662185bda31871661a0331fe1b94c 100644 |
--- a/LayoutTests/fast/regions/autoheight-singleregion-multiplebreaks.html |
+++ b/LayoutTests/fast/regions/autoheight-singleregion-multiplebreaks.html |
@@ -8,7 +8,7 @@ |
#p2, #p3 { -webkit-region-break-before: always; } |
.regionSize { width: 250px; } |
- #region { -webkit-flow-from: flow; -webkit-region-overflow: break; position: absolute; top: 100px; } |
+ #region { -webkit-flow-from: flow; -webkit-region-fragment: break; position: absolute; top: 100px; } |
.redBox { position: absolute; height: 50px; background-color: red; } |
#red { top: 150px; } |