828903.html (1195B)
1 <!DOCTYPE HTML> 2 <html class="reftest-wait"><head> 3 <meta charset="utf-8"> 4 <title>Testcase for bug 828903</title> 5 <script> 6 function reload() { 7 this.location.reload(); 8 } 9 // Run the test for 2 seconds 10 setTimeout(function() { 11 document.documentElement.removeChild(document.body); 12 document.documentElement.className = ""; 13 }, 2000); 14 </script> 15 </head> 16 <body onload="document.body.getBoundingClientRect()"> 17 18 <iframe onload="this.contentWindow.setTimeout(reload,1113)" src="828903-iframe.html"></iframe> 19 <iframe onload="this.contentWindow.setTimeout(reload,1233)" src="828903-iframe.html"></iframe> 20 <iframe onload="this.contentWindow.setTimeout(reload,1313)" src="828903-iframe.html"></iframe> 21 <iframe onload="this.contentWindow.setTimeout(reload,1433)" src="828903-iframe.html"></iframe> 22 <iframe onload="this.contentWindow.setTimeout(reload,1113)" src="828903-iframe.html"></iframe> 23 <iframe onload="this.contentWindow.setTimeout(reload,1233)" src="828903-iframe.html"></iframe> 24 <iframe onload="this.contentWindow.setTimeout(reload,1313)" src="828903-iframe.html"></iframe> 25 <iframe onload="this.contentWindow.setTimeout(reload,1433)" src="828903-iframe.html"></iframe> 26 27 </body> 28 </html>