tenfourfox/dom/tests/reftest/optiontext-ref.html

9 lines
113 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<body>
<form name="f">
<select name="s">
<option name="o1">ok</option>
</select>
</form>
</body>