haikuwebkit/LayoutTests/fast/forms/HTMLOptionElement_label05.html

8 lines
275 B
HTML

<!DOCTYPE html>
<!-- In the list box below, the text "This label should appear" should be shown as the first entry into the list box. -->
<body>
<select size="5">
<option label="This label should appear">This text should not appear</option>
</select>
</body>