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-expected.html
blob
12f587ea7669d2c17cf21953bea5d351df616ecb
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
=
"width:6em;"
>
5
<option>
PASS
</option>
6
</select>