Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / vertical-lr / float-big-line-expected.html
blob0748cc0280574310668da91367128dfaef7d96c3
1 <!DOCTYPE html>
2 <style>
3 body {
4 -webkit-writing-mode: vertical-lr;
6 .columns {
7 border: 2px solid black;
8 width: 400px;
9 line-height: 20px;
11 .column1, .column2 {
12 float: left;
13 height: 50%;
15 .big {
16 font-size: 128px;
17 line-height: 154px;
19 .left { float: left; }
20 </style>
21 <div class="columns">
22 <div class="column1">
23 This is some text.<br>
24 This is some text.<br>
25 This is some text.<br>
26 This is some text.<br>
27 This is some text.<br>
28 This is some text.<br>
29 This is some text.<br>
30 This is some text.<br>
31 This is some text.<br>
32 This is some text.<br>
33 This is some text.<br>
34 This is some text.<br>
35 This is some text.<br>
36 This is some text.<br>
37 This is some text.<br>
38 </div>
39 <div class="column2">
40 <span class="big left">T</span>his is some text.<br>
41 This is some text.<br>
42 This is some text.<br>
43 This is some text.<br>
44 This is some text.<br>
45 This is some text.<br>
46 This is some text.<br>
47 This is some text.<br>
48 This is some text.<br>
49 This is some text.<br>
50 This is some text.<br>
51 This is some text.<br>
52 This is some text.<br>
53 </div>
54 </div>