Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / float-paginate.html
blob9c86d2816093086457f99b1ba68794bf098eefd2
1 <!DOCTYPE html>
2 <p>There should be a green rectangle in the second column.</p>
3 <div style="-webkit-columns: 2; -webkit-column-gap: 20px; border:2px solid black; line-height: 20px;">
4 This is some text.<br>
5 This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
6 This is some text.<br>This is some text.<br>This is some text.<br>
7 <img style="float:left;height:320px;width:150px;background-color:green;display:block">
8 This is some text.<br>
9 This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
10 This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
11 This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
12 This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
13 This is some text.<br>This is some text.<br>This is some text.<br>This is some text.
14 </div>