Sign in
webkit
/
WebKit
/
d2d9a484ef3582d9b680f5dd61bdbf17b1d1bf40
/
.
/
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>