mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
9 lines
113 B
HTML
9 lines
113 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<form name="f">
|
|
<select name="s">
|
|
<option name="o1">ok</option>
|
|
</select>
|
|
</form>
|
|
</body>
|