| Index: LayoutTests/fast/multicol/percent-height.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside.html b/LayoutTests/fast/multicol/percent-height.html
|
| similarity index 54%
|
| copy from LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside.html
|
| copy to LayoutTests/fast/multicol/percent-height.html
|
| index 91ef9d2054b9d6ea7f0460428cf521ac189c7bbb..622aaa37a6690007893b528df55ec1827f795537 100644
|
| --- a/LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside.html
|
| +++ b/LayoutTests/fast/multicol/percent-height.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <title>Avoid column break inside block</title>
|
| + <title>Resolving percent height inside multicol</title>
|
| <script>
|
| if (window.internals)
|
| internals.settings.setRegionBasedColumnsEnabled(true);
|
| @@ -9,8 +9,8 @@
|
| </head>
|
| <body>
|
| <p>There should be a blue square below.</p>
|
| - <div style="-webkit-columns:4; columns:4;">
|
| - <div style="width:100px; height:100px; -webkit-column-break-inside:avoid; break-inside:avoid; background:blue;"></div>
|
| + <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>
|
| </div>
|
| </body>
|
| </html>
|
|
|