summaryrefslogtreecommitdiffstats
path: root/dom/tests/reftest/bug453105.html
blob: 0ace6d5a0df433c486e2e21f3f33971e189636e8 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<body onload="document.forms.f.s.options.length = 0;">
<form name="f">
<select name="s">
<option name="o1">option 1</option>
<option name="o2">option 2</option>
</select>
</form>
</body>