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