| Index: LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways.html
|
| diff --git a/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways.html b/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways.html
|
| index ce0343d598aa78a530caf0e6e62a1123bcf0f52d..31d6445e82ae34761dd18e823ba568300c1c4966 100644
|
| --- a/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways.html
|
| +++ b/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways.html
|
| @@ -8,7 +8,7 @@
|
| #p2 { -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; }
|
|
|