Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label04.html
blob: f89a772723691aa6c307bda1c710bc1a7c770009 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- Even though the label is missing the 'equals value' piece, it exists, so it is used. -->
<body>
<select>
<option
label
>
this text should not appear
</option>
</select>
</body>