layout/base/crashtests/143862-1b-inner.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 <title>Testcase, bug 143862</title>
     2 <style type="text/css">
     3 html { overflow: hidden; }
     4 </style>
     5 <script>
     6 dump("143862-1-inner.html: A\n");
     7 window.addEventListener("DOMContentLoaded", o, false);
     8 function o()
     9 {
    10   dump("143862-1-inner.html: B\n");
    11   document.open();
    12   dump("143862-1-inner.html: C\n");
    13   parent.document.documentElement.removeAttribute("class");
    14   dump("143862-1-inner.html: D\n");
    15   document.close();
    16 }
    17 </script>

mercurial