Sign in
webkit
/
WebKit
/
523a9f95bd9c6f8396f1eaddbcea48b4b236200c
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label02.html
blob: 24d9f3fdfb391460edf94228170c00775c47fb27 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- Even though it's empty, the label exists, so it is used. -->
<body>
<select>
<option
label
=
""
>
empty label should display empty string
</option>
</select>
</body>