Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
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>