Files
UXP-Fixed/layout/reftests/forms/select/boguskids-ref.html
T
2018-02-02 04:16:08 -05:00

14 lines
237 B
HTML

<!DOCTYPE html>
<html>
<body>
<select size="10">
<option>one</option>
<option>two</option>
<optgroup>
<option>three</option>
<option>four</option>
</optgroup>
</select>
</body>
</html>