Sign in
webkit
/
WebKit
/
08152fbe75443796f3b1fc35b08e67a3f2e1169e
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label03.html
blob: f72ae967f0d88fc04d8ed4bae4410e9efa2a0e00 [
file
] [
log
] [
blame
]
When the label contains only white space, the containing text is used.
<br>
<select>
<option
label
=
" "
>
white space label should display empty string to match IE
</option>
</select>