Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / shrink-to-column-height-for-pagination.html
1 <html>
2 <body style="margin:0;">
3     <div id="container" style="width:400px; overflow:-webkit-paged-x; -webkit-writing-mode:vertical-rl;">
4         <div style="width:100%; height:100%; margin:8px;">
5             <img src="resources/big-green.png" style="width:100%; height:100%; max-width:100%; max-height:100%;"/>
6         </div>
7     </div>
8     <script>
9         document.getElementById("container").scrollLeft = -400;
10     </script>
11 </body>
12 </html>