Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / overflow / hidden-viewport-x-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>overflow-x:hidden on viewport</title>
5     </head>
6     <body>
7         <p>The viewport should have a vertical scrollbar, no horizontal scrollbar.</p>
8         <div style="height:300vh;"></div>
9     </body>
10 </html>