layout/reftests/bugs/723484-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 style="background:yellow;">
     4 <img id="i" src="repeatable-diagonal-gradient.png">
     5 <script>
     6 function doTest() {
     7   document.getElementById("i").style.opacity = 0.001;
     8   document.documentElement.removeAttribute("class");
     9 }
    10 window.addEventListener("MozReftestInvalidate", doTest, false);
    11 </script> 
    12 </body> 
    13 </html>

mercurial