layout/generic/crashtests/423264-1.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <html>
     2 <head>
     3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     4 <script type="text/javascript">
     6 function boom()
     7 {
     8   var y = document.createTextNode(' Y ');
     9   document.getElementById("a").appendChild(y);
    10   document.body.offsetHeight;
    11   var z = document.createTextNode('Z');
    12   document.body.insertBefore(z, document.body.lastChild);
    13 }
    15 </script>
    16 </head>
    18 <body onload="boom();"><div style="-moz-column-count: 2; width: 1px;"><div id="a">M N矋<span>م</span></div></div>H</body>
    19 </html>

mercurial