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