layout/base/crashtests/348688-1.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html><head>
     3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     4     <title>Testcase #1 for bug 348688</title>
     5 <script>
     6 function boom() {
     7   var e = document.getElementById('inline1');
     8   e.parentNode.removeChild(e);
    10   e = document.getElementById('inline2');
    11   e.parentNode.removeChild(e);
    12   var x = document.body.offsetHeight;
    13 }
    14 </script>
    15 </head>
    16 <body onload="boom()">
    18 <div style="overflow:hidden">
    19 <font><span id="inline1"><b id="float1" style="float:left">x</b></span></font>
    20 <i id="inline2">y</i>
    21 </div>
    23 </body>
    24 </html>

mercurial