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
/
flexbox.html
blob
38d685d44b7a54bd09dd66ef2f95a992d99c0595
1
<!DOCTYPE
html
>
2
<p>
The word
"PASS"
should be seen tidily below (with large letter spacing).
</p>
3
<div
style
=
"-webkit-columns:5; -webkit-column-gap:0; width:5em;"
>
4
<div
style
=
"display:flex;"
>
5
P
<br>
6
<br>
7
A
<br>
8
<br>
9
S
<br>
10
<br>
11
S
<br>
12
<br>
13
</div>
14
</div>