reftest_wait_TestRendered.html (438B)
1 <html class="reftest-wait"> 2 <title>Test with reftest-wait</title> 3 <link rel=match href=green.html> 4 <style> 5 :root {background-color:red} 6 </style> 7 <script> 8 document.addEventListener("TestRendered", 9 function() { 10 document.documentElement.style.backgroundColor = "green"; 11 document.documentElement.className = ""; 12 }); 13 </script> 14 </html>