Sign in
webkit
/
WebKit
/
dbb3923cafb6f84475e7a38fbee3e22998746738
/
.
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label07.html
blob: 8961268f5c279cdb6d969171e65cc312c04d5e56 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- The select item below has a label specified, and enclosed text that is whitespace. The label 'text' should be shown in the select box. -->
<body>
<select>
<option
label
=
"text"
>
</option>
</select>
</body>