Wed, 31 Dec 2014 13:27:57 +0100
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>