| Index: LayoutTests/fast/regions/autoheight-breakbeforealways.html
|
| diff --git a/LayoutTests/fast/regions/autoheight-breakbeforealways.html b/LayoutTests/fast/regions/autoheight-breakbeforealways.html
|
| index 5425bc8132930097358bd5b0dad5f68c8af021d9..5f976522844707a5865aaa77ce2ff58a3c9212d1 100644
|
| --- a/LayoutTests/fast/regions/autoheight-breakbeforealways.html
|
| +++ b/LayoutTests/fast/regions/autoheight-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; }
|
|
|