Sign in
webkit
/
WebKit
/
f6a2db0b6ffa1cbc502926e8c3265b2be2346307
/
.
/
LayoutTests
/
fast
/
forms
/
option-text-clip.html
blob: b4a3d207f4f70d6708b3a61ebef2b0723638939c [
file
] [
log
] [
blame
]
This tests that the option text is clipped properly, and doesn't spill over into the arrow part of the popup control.
<br>
<select
style
=
"
width
:
150px
"
>
<option>
12345 6789 ABCD EFGH
</option>
</select>