Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / pagination / auto-height-with-break.html
blobbe1da94b0bd46d85b56f046afa67f1aeb200dfbf
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>