mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
16 lines
348 B
HTML
16 lines
348 B
HTML
<!DOCTYPE HTML>
|
|
<html reftest-zoom="0.8">
|
|
<title>Testcase, bug 618071</title>
|
|
|
|
<select size="5">
|
|
<option id="one">one</option>
|
|
<option id="two">two</option>
|
|
<option id="three">three</option>
|
|
<option id="four">four</option>
|
|
<option id="five">five</option>
|
|
</select>
|
|
|
|
<script>
|
|
document.getElementById("three").parentNode.focus();
|
|
</script>
|