| Index: LayoutTests/fast/multicol/tall-float2-expected.html
|
| diff --git a/LayoutTests/fast/multicol/percent-height.html b/LayoutTests/fast/multicol/tall-float2-expected.html
|
| similarity index 56%
|
| copy from LayoutTests/fast/multicol/percent-height.html
|
| copy to LayoutTests/fast/multicol/tall-float2-expected.html
|
| index 622aaa37a6690007893b528df55ec1827f795537..b25dd5e163541cf1027bafd919ede99791eb8c92 100644
|
| --- a/LayoutTests/fast/multicol/percent-height.html
|
| +++ b/LayoutTests/fast/multicol/tall-float2-expected.html
|
| @@ -1,16 +1,15 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <title>Resolving percent height inside multicol</title>
|
| <script>
|
| if (window.internals)
|
| internals.settings.setRegionBasedColumnsEnabled(true);
|
| </script>
|
| </head>
|
| <body>
|
| - <p>There should be a blue square below.</p>
|
| - <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; width:99px; height:99px;">
|
| - <div style="height:300%; background:blue;"></div>
|
| + <p>There should be no red below.</p>
|
| + <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; background:yellow;">
|
| + hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>
|
| </div>
|
| </body>
|
| </html>
|
|
|