Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / pagination / auto-height-with-break.html
1 <!DOCTYPE html>
2 <html>
3     <body>
4         <p>Below there should be a yellow rectangle with a horizontal scrollbar, and nothing else.</p>
5         <div style="overflow:-webkit-paged-x; width:16em; -webkit-column-gap:0; line-height:4em; background:yellow;">
6             <br>
7             <br>
8             <br>
9             <br>
10             <div style="break-before:always; -webkit-column-break-before:always;">FAIL</div>
11         </div>
12     </body>
13 </html>