summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/basic-rtl.html
blob: f5004bc22b68ce4958acc801d16c6260db7a3f32 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<p>Below, the numbers from 1 to 4 should be seen, in ascending order.</p>
<div style="-webkit-columns:4; -webkit-column-gap:0; direction:rtl;">
    4<br>
    3<br>
    2<br>
    1<br>
</div>