Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / break-in-scrollable-expected.html
blob5b735b57ccb47878a4ec910114f160453d07eb8b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Forced break inside scrollable container</title>
5 </head>
6 <body>
7 <p>The word 'PASS' should be seen on the left below. The scrollbars shouldn't be scrollable.</p>
8 <div style="-webkit-columns:2; columns:2; orphans:1; widows:1;">
9 <div style="overflow:scroll; height:10em;">
10 &nbsp;
11 <div>PASS</div>
12 </div>
13 </div>
14 </body>
15 </html>