Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / pagination / auto-height.html
1 <!DOCTYPE html>
2 <html>
3     <body>
4         <p>There should be a yellow <em>square</em> below.</p>
5         <div style="overflow:-webkit-paged-x; width:16em; line-height:4em; background:yellow;">
6             <br>
7             <br>
8             <br>
9             <br>
10         </div>
11     </body>
12 </html>