repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
multicol
/
basic-rtl-expected.html
blob
a28cad36f55eb96d8d05094a3fcbb7553d4471e6
1
<!DOCTYPE
html
>
2
<style>
3
.col { float:left; width:
25
%; text-align:right; }
4
</style>
5
<p>
Below, the numbers from
1
to
4
should be seen, in ascending order.
</p>
6
<div
class
=
"col"
>
1
</div>
7
<div
class
=
"col"
>
2
</div>
8
<div
class
=
"col"
>
3
</div>
9
<div
class
=
"col"
>
4
</div>