mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
9 lines
164 B
HTML
9 lines
164 B
HTML
<!DOCTYPE html>
|
|
<body onload="document.forms.f.s.options[0].text = 'ok';">
|
|
<form name="f">
|
|
<select name="s">
|
|
<option name="o1">-</option>
|
|
</select>
|
|
</form>
|
|
</body>
|