layout/reftests/bugs/385607-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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