Sign in
webkit
/
WebKit
/
08152fbe75443796f3b1fc35b08e67a3f2e1169e
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label01.html
blob: 94a502d88c1ffcf7940db9d7c2233c372e339b32 [
file
] [
log
] [
blame
]
In the selection list below, the text 'The label for this element is "1"' should appear, and not the character '1'
<br>
<select>
<option
label
=
"1"
>
the label for this element is "1"
</option>
</select>