layout/reftests/svg/filter-scaled-02-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/svg/filter-scaled-02-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!--
     1.5 +     Any copyright is dedicated to the Public Domain.
     1.6 +     http://creativecommons.org/publicdomain/zero/1.0/
     1.7 +-->
     1.8 +<html>
     1.9 +  <body style="-moz-transform: scale(1.4)">
    1.10 +   <div style="position: absolute; top: 20px; left: 200px">
    1.11 +    <svg width="200" viewBox="0 0 222 222">
    1.12 +     <rect fill="green" x="120" y="100" width="100" height="120"/>
    1.13 +     <rect fill="none" stroke="black" stroke-width="4"
    1.14 +           x="120" y="100" width="100" height="120"/>
    1.15 +    </svg>
    1.16 +   </div>
    1.17 +  </body>
    1.18 +</html>

mercurial