Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / columns-shorthand-parsing.html
1 <!DOCTYPE html>
2 <style>
3 div {
4     -webkit-columns: 2;
5     -webkit-column-gap: 0;
6     line-height: 20px;
7     height: 200px;
8 }
9 </style>
10 <div>
11 This content should be split into two columns.<br>
12 This content should be split into two columns.<br>
13 This content should be split into two columns.<br>
14 This content should be split into two columns.<br>
15 This content should be split into two columns.<br>
16 This content should be split into two columns.<br>
17 This content should be split into two columns.<br>
18 This content should be split into two columns.<br>
19 This content should be split into two columns.<br>
20 This content should be split into two columns.<br>
21 This content should be split into two columns.<br>
22 This content should be split into two columns.<br>
23 This content should be split into two columns.<br>
24 This content should be split into two columns.<br>
25 This content should be split into two columns.<br>
26 This content should be split into two columns.<br>
27 This content should be split into two columns.<br>
28 This content should be split into two columns.<br>
29 This content should be split into two columns.<br>
30 This content should be split into two columns.<br>
31 </div>