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