haikuwebkit/LayoutTests/fast/forms/HTMLOptionElement_label06.html

8 lines
225 B
HTML

<!DOCTYPE html>
<!-- The select item below has a label specified, and no enclosed text. The label 'text' should be shown in the select box. -->
<body>
<select>
<option label="text"></option>
</select>
</body>