482659-1a.html (419B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <script> 5 function doTest() { 6 window.frames[0].document.body.innerHTML = 7 "<img src='passouter.png' " + 8 "onload='window.parent.document.documentElement.className = ""'>"; 9 } 10 document.addEventListener("MozReftestInvalidate", doTest); 11 </script> 12 </head> 13 <body> 14 <iframe></iframe> 15 </body> 16 </html> 17