test-async-print.html (406B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <meta charset="utf-8"> 5 <link href="print.css" rel="stylesheet"> 6 <script> 7 window.addEventListener("MozReftestInvalidate", function() { 8 document.getElementById("page1").innerText = 'This text should appear on page 1'; 9 document.documentElement.className = ""; 10 }); 11 </script> 12 </head> 13 <body> 14 <p id="page1"></p> 15 </body> 16 </html>