layout/reftests/bugs/602200-4.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/602200-4.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<body>
     1.7 +<div style="-moz-transform:translate(0.4px); opacity:0.999; border-left:1px solid red; width:12px;">
     1.8 +  <div style="-moz-transform:translate(0.4px); opacity:0.999; border-left:1px solid rgb(0,255,0);">
     1.9 +    <canvas width="10" height="10" id="c" style="display:block"></canvas>
    1.10 +  </div>
    1.11 +</div>
    1.12 +<script>
    1.13 +var ctx = document.getElementById("c").getContext("2d");
    1.14 +ctx.fillStyle = "black";
    1.15 +ctx.fillRect(0, 0, 10, 10);
    1.16 +</script>
    1.17 +</body>
    1.18 +</html>

mercurial