Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / unresolvable-percent-height.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>Multicol with unresolvable percentage height</title>
5         <script>
6             if (window.internals)
7                 internals.settings.setRegionBasedColumnsEnabled(true);
8         </script>
9     </head>
10     <body>
11         <p>There should be a blue square below, and no unnecessary scrollbar.</p>
12         <div style="-webkit-columns:2; columns:2; width:200px; height:100%; background:blue;">
13             <div style="height:400px;"></div>
14         </div>
15     </body>
16 </html>