1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 21:38:34 +00:00
Files
UXP/layout/reftests/forms/select/multiple-ref.html
T

13 lines
235 B
HTML

<!DOCTYPE html>
<html>
<body>
<select size='4'>
<option>Tulip</option>
<option>Lily</option>
<option>Gagea</option>
<option>Snowflake</option>
<option>Ismene</option>
</select>
</body>
</html>