blob: acb4f9ee2478898eb648c00ea6b9f6ed0e71c7a7 [file] [log] [blame] [edit]
<!DOCTYPE html>
<select multiple>
<option>no label attribute</option>
<option>empty label attribute</option>
<option></option>
</select>
<br>
<select>
<option>empty label attribute</option>
</select>
<br>