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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
hidden-listbox.html
blob
dec81b40e99c80899eb476da0218d11778051890
1
This tests that the whole listbox control is hidden when visibility is set to hidden.
2
<br>
3
<select
multiple
style
=
"visibility: hidden"
>
4
<option>
This text should not be visible
5
</select>