Sign in
webkit
/
WebKit
/
84c082c1adc8c505a644dc9092e891f52c30e8c0
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
multicol
/
listbox-as-multicol.html
blob: 649f71c1b9b34de6284cf298156063041a447c5a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<p>
Multicol should have no effect when specified on a SELECT element.
</p>
<p>
The word 'PASS' should be seen inside the box:
</p>
<select
size
=
"2"
style
=
"
-webkit-columns
:
7
;
width
:
6em
;
"
>
<option>
PASS
</option>
</select>