1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-14 12:28:56 +00:00
Files
UXP/layout/reftests/forms/select/boguskids-ref.html
T

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>