Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / vertical-lr / nested-columns.html
blob84a70d35f3d9f1e11b52218104f4570440c15cb5
1 <!DOCTYPE html>
2 <p>The word 'PASSED' should be seen below (writing-mode is vertical-lr).</p>
3 <div style="width:2em; height:6em; -webkit-columns:3; -webkit-column-gap:0; column-fill:auto; line-height:2em; -webkit-writing-mode:vertical-lr;">
4 <div style="-webkit-column-count:2; -webkit-column-gap:0;">
5 P<br>A
6 </div>
7 <div style="-webkit-column-count:2; -webkit-column-gap:0;">
8 S<br>S
9 </div>
10 <div style="-webkit-column-count:2; -webkit-column-gap:0;">
11 E<br>D
12 </div>
13 </div>