Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 602200-3.html
bloba98e26fdbaa3be2b69e771266ac7cebfea80064a
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <div style="-moz-transform:translate(0.4px); position:absolute; top:0px;">
5 <canvas style="margin-left:0.4px; border:1px solid black; display:block" width="10" height="10" id="c"></canvas>
6 </div>
7 <div style="position:absolute; top:0px; width:12px; height:12px; background:black;"></div>
8 <script>
9 var c = document.getElementById("c");
10 var ctx = c.getContext('2d');
11 ctx.fillStyle = "black";
12 ctx.fillRect(0, 0, c.width, c.height);
13 </script>
14 </body>
15 </html>