comparison: content/test/reftest/optiontext.html
content/test/reftest/optiontext.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <body onload="document.forms.f.s.options[0].text = 'ok';"> |
|
3 <form name="f"> |
|
4 <select name="s"> |
|
5 <option name="o1">-</option> |
|
6 </select> |
|
7 </form> |
|
8 </body> |