haikuwebkit/LayoutTests/fast/forms/HTMLOptionElement_label04.html

8 lines
211 B
HTML

<!DOCTYPE html>
<!-- Even though the label is missing the 'equals value' piece, it exists, so it is used. -->
<body>
<select>
<option label>this text should not appear</option>
</select>
</body>