Sign in
webkit
/
WebKit
/
3280e000eb50f51518640837f991471c4062489a
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label01.html
blob: 4510e4f503a95b342a10259acb682957c78c605f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- In the selection list below, the character '1' should appear, and not the text 'The label for this element is "1"' -->
<body>
<select>
<option
label
=
"1"
>
the label for this element is "1"
</option>
</select>
<body>