Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
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>