Thu, 22 Jan 2015 13:21:57 +0100
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>