Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / vertical-lr / column-rules.html
1 <!DOCTYPE html>
2 <style>
3     body {
4         -webkit-writing-mode: vertical-lr;
5     }
6     .multicol {
7         height: 470px;
8         -webkit-columns: 3;
9         -webkit-column-rule: 4px solid maroon;
10         -webkit-column-gap: 10px;
11         padding: 10 0px;
12         border: 5px solid black;
13         line-height: 20px;
14     }
15 </style>
16 <div class="multicol">
17     Line 1<br>
18     Line 2<br>
19     Line 3<br>
20     Line 4<br>
21     Line 5<br>
22     Line 6<br>
23     Line 7<br>
24     Line 8<br>
25     Line 9<br>
26     Line 10<br>
27     Line 11<br>
28     Line 12<br>
29     Line 13<br>
30     Line 14<br>
31     Line 15<br>
32     Line 16<br>
33     Line 17<br>
34     Line 18<br>
35     Line 19<br>
36     Line 20<br>
37     Line 21<br>
38     Line 22<br>
39     Line 23<br>
40     Line 24<br>
41     Line 25<br>
42     Line 26<br>
43     Line 27<br>
44     Line 28<br>
45     Line 29<br>
46     Line 30<br>
47 </div>