Sign in
webkit
/
WebKit
/
d2d9a484ef3582d9b680f5dd61bdbf17b1d1bf40
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label02.html
blob: 8522d04047cc7762f1aca3b23e86ede06e20006e [
file
] [
log
] [
blame
]
With the label empty, the enclosing text is used.
<br>
<select>
<option
label
=
""
>
empty label should display empty string to match IE
</option>
</select>