Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE HTML>
2 <html reftest-zoom="0.8">
3 <title>Testcase, bug 618071</title>
5 <select size="5">
6 <option id="one">one</option>
7 <option id="two">two</option>
8 <option id="three">three</option>
9 <option id="four">four</option>
10 <option id="five">five</option>
11 </select>
13 <span id="s" style="display: inline-block; background: blue; height: 50px; width: 50px; margin-left: -2.5em;"></span>
15 <script>
16 document.getElementById("three").parentNode.focus();
17 </script>