layout/reftests/bugs/618071-notref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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 <script>
    14 document.getElementById("three").parentNode.focus();
    15 </script>

mercurial