haikuwebkit/LayoutTests/fast/forms/HTMLOptionElement_label07.html

8 lines
242 B
HTML

<!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>