Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / breaks-2-columns-3-no-balancing-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>multicol with break</title>
5         <style>
6             .mc { float:left; width:7em; padding:0 0.5em; }
7         </style>
8     </head>
9     <body style="min-width:40em; line-height:2em;">
10         <div style="float:left; height:10em; background:olive;">
11             <div class="mc">
12                 first column<br>
13                 first column<br>
14                 first column<br>
15                 first column<br>
16                 first column<br>
17             </div>
18             <div class="mc">
19                 second column<br>
20             </div>
21             <div class="mc">
22                 third column<br>
23             </div>
24         </div>
25         <div class="mc">
26             fourth column<br>
27             fourth column<br>
28             fourth column<br>
29             fourth column<br>
30             fourth column<br>
31         </div>
32         <div class="mc">
33             fifth column<br>
34         </div>
35     </body>
36 </html>