haikuwebkit/LayoutTests/fast/forms/HTMLOptionElement_label01.html

8 lines
250 B
HTML

<!DOCTYPE html>
<!-- In the selection list below, the character '1' should appear, and not the text 'The label for this element is "1"' -->
<body>
<select>
<option label="1">the label for this element is "1"</option>
</select>
<body>