Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / pagination / body-make-paginated-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>Dynamically set paged overflow on the body element</title>
5     </head>
6     <body style="overflow:-webkit-paged-x; overflow:paged-x;">
7         <div style="height:150vh;">
8             There should be no text below.
9             <div style="-webkit-column-break-before:always;">FAIL</div>
10         </div>
11     </body>
12 </html>