817219.html (625B)
1 <!DOCTYPE HTML> 2 <html class="reftest-wait"><head> 3 <meta charset="utf-8"> 4 <title>Testcase for bug 817219</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="817219-iframe.html"></iframe> 19 <iframe onload="this.contentWindow.setTimeout(reload,1433)" src="817219-iframe.html"></iframe> 20 21 </body> 22 </html>