gecko/content/test/reftest/optiontext.html

9 lines
164 B
HTML
Raw Normal View History

2008-09-03 13:29:21 -07:00
<!DOCTYPE html>
<body onload="document.forms.f.s.options[0].text = 'ok';">
<form name="f">
<select name="s">
2008-09-03 13:29:21 -07:00
<option name="o1">-</option>
</select>
</form>
</body>