1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/618071.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html reftest-zoom="0.8"> 1.6 +<title>Testcase, bug 618071</title> 1.7 + 1.8 +<select size="5"> 1.9 + <option id="one">one</option> 1.10 + <option id="two">two</option> 1.11 + <option id="three">three</option> 1.12 + <option id="four">four</option> 1.13 + <option id="five">five</option> 1.14 +</select> 1.15 + 1.16 +<span id="s" style="display: inline-block; background: blue; height: 50px; width: 50px; margin-left: -2.5em;"></span> 1.17 + 1.18 +<script> 1.19 +document.getElementById("three").parentNode.focus(); 1.20 +</script>