layout/reftests/bugs/508919-1.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
     2   <head>
     3     <style>
     4       html { color: black; border-color: inherit; border-width: 10px;
     5              border-style: solid; }
     6     </style>
     7     <script>
     8       window.addEventListener("MozReftestInvalidate",
     9         function() {
    10           document.getElementById("x").removeAttribute("style");
    11           document.documentElement.className = "";
    12         },
    13         false);
    14     </script>
    15   </head>
    16   <body style="border-color: green;">
    17     <html id="x" style="display:none">Test</html>
    18   </body>
    19 </html>

mercurial