layout/reftests/invalidation/test-image-layers.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">
     3 <body>
     4 <div>
     5 <img id="image" class="reftest-no-paint" src="./image_rgrg-256x256.png" style="-moz-transform: perspective(1px)"></img>
     6 </div>
     7 <script type="application/javascript">
     9 function doTest() {
    10   document.body.style.background = "black";
    11   document.documentElement.removeAttribute("class");
    12 }
    13 document.addEventListener("MozReftestInvalidate", doTest, false);
    14 </script>
    15 </body>
    16 </html>

mercurial