| Index: LayoutTests/fast/regions/autoheight-singleregion-breakafteralways-maxheight.html
|
| diff --git a/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways-maxheight.html b/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways-maxheight.html
|
| index e9650ccb585706c76599b1f7cbd01a4481a44812..6e8d1e7bde3efbc9c315ae44c681331720d3b795 100644
|
| --- a/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways-maxheight.html
|
| +++ b/LayoutTests/fast/regions/autoheight-singleregion-breakafteralways-maxheight.html
|
| @@ -8,7 +8,7 @@
|
| #p1 { -webkit-region-break-after: always; }
|
|
|
| .regionSize { width: 250px; }
|
| - #region { -webkit-flow-from: flow; -webkit-region-overflow: break; position: absolute; top: 100px; max-height: 100px; }
|
| + #region { -webkit-flow-from: flow; -webkit-region-fragment: break; position: absolute; top: 100px; max-height: 100px; }
|
|
|
| .redBox { position: absolute; height: 50px; background-color: red; }
|
| #red { top: 150px; }
|
|
|