content/base/crashtests/561981-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:4288bb67d524
1 <html class="reftest-wait">
2 <head>
3 <script>
4 function finish() {
5 document.documentElement.removeAttribute("class");
6 }
7 </script>
8 </head>
9 <body onload="setTimeout(finish, 5000)">
10 <iframe src="561981-1-iframe.xhtml"></iframe>
11 </body>
12 </html>

mercurial