| Index: LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html
|
| diff --git a/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html b/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html
|
| index 2870537928ecc25cdd8b1a44158ae1e63dbaa232..42d4f1407d04cd13ee0820bf67a33fbd017e8ff9 100644
|
| --- a/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.html
|
| +++ b/LayoutTests/fast/regions/autoheight-singleregion-breakbeforealways-minheight.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: 150px; min-height: 150px; background-color: green; }
|
| + #region { -webkit-flow-from: flow; -webkit-region-fragment: break; position: absolute; top: 150px; min-height: 150px; background-color: green; }
|
|
|
| .redBox { position: absolute; height: 150px; background-color: red; }
|
| #red { top: 150px; }
|
|
|