Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / pagination / auto-height.html
blob3cc7e7990d870b2c0283418150628ea63e1af88c
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>