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