Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 296361-1.html
blob8bd89f4753f98730f2d681a5505168bccc9b9b0f
1 <!DOCTYPE HTML>
2 <html class="reftest-wait"><head>
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <style>
7 table { border-right: solid 16px gold; }
9 a { font-family: sans-serif; padding: 2px; }
11 a:hover { color: red; }
13 </style>
14 <script>
15 function doTest() {
16 var s1 = document.getElementById("target");
17 s1.style.color="red"
18 document.documentElement.removeAttribute('class');
20 document.addEventListener("MozReftestInvalidate", doTest);
21 </script>
23 </head><body>
24 <table cellpadding="4" rules="rows">
26 <tbody><tr>
27 <td><a href="#" id ="target"> move mouse over this text </a></td>
28 <td></td>
29 </tr>
31 </tbody></table>
32 </body></html>