layout/reftests/bugs/602200-4.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>
     3 <body>
     4 <div style="-moz-transform:translate(0.4px); opacity:0.999; border-left:1px solid red; width:12px;">
     5   <div style="-moz-transform:translate(0.4px); opacity:0.999; border-left:1px solid rgb(0,255,0);">
     6     <canvas width="10" height="10" id="c" style="display:block"></canvas>
     7   </div>
     8 </div>
     9 <script>
    10 var ctx = document.getElementById("c").getContext("2d");
    11 ctx.fillStyle = "black";
    12 ctx.fillRect(0, 0, 10, 10);
    13 </script>
    14 </body>
    15 </html>

mercurial