layout/reftests/bugs/296361-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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');
    19    }
    20    document.addEventListener("MozReftestInvalidate", doTest, false);
    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>

mercurial