layout/reftests/bugs/488692-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 reftest-zoom="2.0">
     3 <body style="background: black">
     4 <canvas width="100" height="100" id="c"></canvas>
     5 <script type="text/javascript">
     6 var cx = document.getElementById("c").getContext("2d");
     7 cx.fillStyle = "#00ff00";
     8 cx.fillRect(0, 0, 100, 100);
     9 </script>
    10 </body>
    11 </html>

mercurial