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