comparison: content/test/reftest/bug453105.html
content/test/reftest/bug453105.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <body onload="document.forms.f.s.options.length = 0;"> |
|
3 <form name="f"> |
|
4 <select name="s"> |
|
5 <option name="o1">option 1</option> |
|
6 <option name="o2">option 2</option> |
|
7 </select> |
|
8 </form> |
|
9 </body> |