layout/reftests/bugs/400421-1.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 <html class="reftest-wait">
     2 <head>
     3 <script>
     4 function go()
     5 {
     6   var myMap  = document.getElementById('myMap');
     7   var myArea = document.getElementById('myArea');
     8   myMap.removeChild(myArea);
    10   document.documentElement.className = "";
    11 }
    12 </script>
    13 </head>
    14 <body onload="setTimeout('go()', 0);">
    15   <img src="solidblue.png" usemap="#myMap" style="border: 0"/>
    16   <map id="myMap" name="myMap">
    17     <area id="myArea" shape="rect" coords="0,0,1,1"/>
    18   </map>
    19 </body>
    20 </html>

mercurial