gecko/content/test/reftest/optiontext-ref.html

9 lines
113 B
HTML
Raw Normal View History

2008-09-03 13:29:21 -07:00
<!DOCTYPE html>
<body>
<form name="f">
<select name="s">
<option name="o1">ok</option>
</select>
</form>
</body>