layout/reftests/bugs/385607-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>
     2 <head>
     3 <script>
     4 function m()
     5 {
     6   document.body.offsetHeight;
     7   var div = document.getElementById("div");
     8   var doomed = document.getElementById("doomed");
     9   div.removeChild(doomed);
    10 }
    11 </script>
    12 </head>
    13 <body onload="m();">
    14 <div id="div"><span>x </span><div id="doomed">y</div><span> x</span></div>
    15 </body>
    16 </html>

mercurial