blob: 57f6ea01953241f7d77aa8f9b314409d16ef634e [file] [log] [blame]
<!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>