layout/generic/crashtests/481921.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <html class="reftest-wait">
     2 <head>
     3 <script type="text/javascript">
     5 function done()
     6 {
     7     document.documentElement.removeAttribute("class");
     8     document.body.innerHTML=''
     9 }
    11 setTimeout(done,800)
    12 </script>
    13 </head>
    15 <body>
    17 <iframe id="iframe" src="481921-iframe.html"></iframe>
    19 </body>
    20 </html>

mercurial