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
/
listbox-as-multicol.html
blob
649f71c1b9b34de6284cf298156063041a447c5a
1
<!DOCTYPE
html
>
2
<p>
Multicol should have no effect when specified on a SELECT element.
</p>
3
<p>
The word 'PASS' should be seen inside the box:
</p>
4
<select
size
=
"2"
style
=
"-webkit-columns:7; width:6em;"
>
5
<option>
PASS
</option>
6
</select>