Sign in
webkit
/
WebKit
/
ecdffc333b23493533925a6a80de25d9c41c5413
/
.
/
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>