816458-1.html (386B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <body> 4 <table id="t" border="1" style="width:100%"> 5 <tbody><tr><td></td></tr></tbody> 6 </table> 7 <script> 8 var t = document.getElementById("t"); 9 window.addEventListener("MozReftestInvalidate", function() { 10 t.style.transform = "rotate(90deg)"; 11 document.documentElement.removeAttribute("class"); 12 }); 13 </script> 14 </body> 15 </html>