Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / breaks-3-columns-3-expected.html
blob0a33209eb24dc2b8d4fce4ff714dd7f217ba1567
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>auto-height multicol with break</title>
5 <style>
6 .mc { float:left; width:6.5em; padding:0 0.5em; }
7 .gap { float:left; width:1em; }
8 </style>
9 </head>
10 <body style="min-width:40em;">
11 <div style="float:left; background:olive;">
12 <div class="mc">
13 first column<br>
14 </div>
15 <div class="gap">&nbsp;</div>
16 <div class="mc">
17 second column<br>
18 second column<br>
19 second column<br>
20 second column<br>
21 second column<br>
22 second column<br>
23 </div>
24 <div class="gap">&nbsp;</div>
25 <div class="mc">
26 third column<br>
27 third column<br>
28 third column<br>
29 third column<br>
30 </div>
31 </div>
32 <div class="gap">&nbsp;</div>
33 <div class="mc">
34 fourth column<br>
35 fourth column<br>
36 fourth column<br>
37 fourth column<br>
38 fourth column<br>
39 fourth column<br>
40 </div>
41 <div class="gap">&nbsp;</div>
42 <div class="mc">
43 fifth column<br>
44 fifth column<br>
45 </div>
46 </body>
47 </html>