Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
21600a28fa8fd2c8a81437d94869e45ad785c6f6
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label04.html
blob: d97bc7d1bc04aa2ac9f6baabc815d2207358cd0a [
file
]
<!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 appear
</option>
</select>
</body>