| Index: LayoutTests/fast/regions/autoheight-singleregion-breakafteralways.html
|
| diff --git a/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways.html b/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways.html
|
| index 41138c0602ff91ebc69fda69bea66d98982ffcbb..46d1eb7a1faf6fb6024e4c62dc656b6293c94e5d 100644
|
| --- a/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways.html
|
| +++ b/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways.html
|
| @@ -6,7 +6,7 @@
|
| #article { -webkit-flow-into: flow; }
|
|
|
| .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; }
|
|
|
| #p2 { -webkit-region-break-after: always; }
|
|
|
|
|