Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
multicol
/
basic-rtl.html
blob: f5004bc22b68ce4958acc801d16c6260db7a3f32 [
file
] [
log
] [
blame
]
<!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>