layout/reftests/bugs/816458-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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 }, false);
    13 </script>
    14 </body>
    15 </html>

mercurial