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