layout/base/crashtests/143862-1a-inner.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 <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("load", o, false);
     8 function o()
     9 {
    10   dump("143862-1-inner.html: B*\n");
    11   document.documentElement.offsetHeight;
    12   dump("143862-1-inner.html: B\n");
    13   document.open();
    14   dump("143862-1-inner.html: C\n");
    15   parent.document.documentElement.removeAttribute("class");
    16   dump("143862-1-inner.html: D\n");
    17   document.close();
    18 }
    19 </script>

mercurial