gecko-dev/layout/reftests/forms/select/boguskids-ref.html

14 строки
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>