| Index: LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-2.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-2.html b/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-2.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..041a53445e55d7c6f906ec7aa50324c90c498eb7
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-2.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Multicol with unresolvable percentage height</title>
|
| + <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| + </script>
|
| + </head>
|
| + <body>
|
| + <p>There should be a blue square below, and no unnecessary scrollbar.</p>
|
| + <div style="-webkit-columns:2; columns:2; width:200px; max-height:100%; height:200px; background:blue;">
|
| + <div style="height:600px;"></div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|