296361-1.html (686B)
1 <!DOCTYPE HTML> 2 <html class="reftest-wait"><head> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 5 <style> 6 7 table { border-right: solid 16px gold; } 8 9 a { font-family: sans-serif; padding: 2px; } 10 11 a:hover { color: red; } 12 13 </style> 14 <script> 15 function doTest() { 16 var s1 = document.getElementById("target"); 17 s1.style.color="red" 18 document.documentElement.removeAttribute('class'); 19 } 20 document.addEventListener("MozReftestInvalidate", doTest); 21 </script> 22 23 </head><body> 24 <table cellpadding="4" rules="rows"> 25 26 <tbody><tr> 27 <td><a href="#" id ="target"> move mouse over this text </a></td> 28 <td></td> 29 </tr> 30 31 </tbody></table> 32 </body></html>