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
/
tall-float1.html
blob
fbf9ce602d83dfb9f7801ea5cf5879abd20c6dd2
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<p>
The word 'PASS' should be seen below.
</p>
5
<div
style
=
"-webkit-columns:1; columns:1; background:yellow;"
>
6
<div
style
=
"float:left; width:50%;"
>
7
<br><br><br><br><br><br><br><br><br><br><br><br>
PASS
8
</div>
9
<br><br><br><br>
10
</div>
11
</body>
12
</html>