Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label03.html
blob: 94fd2ce984447435a2445e883168628a8ffc472e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- Even though the label is nothing but whitespace, it exists, so it it used. -->
<body>
<select>
<option
label
=
" "
>
white space label should display empty string
</option>
</select>
</body>