layout/reftests/bugs/618071-notref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/618071-notref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     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 +<script>
    1.17 +document.getElementById("three").parentNode.focus();
    1.18 +</script>

mercurial