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
/
forms
/
menulist-narrow-width.html
blob
72a441ded7bee1e6c616bbfce22bf3cd1a6a2ce0
1
This tests that select elements with a narrow width (
1
px) are rendered correctly.
<br>
2
<select
style
=
"width: 1px"
><option>
test
</select><br>
3
<select
style
=
"width: 1px; background-color: blue;"
><option>
test
</select>