layout/reftests/image-element/element-paint-transform-03-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/image-element/element-paint-transform-03-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,49 @@
     1.4 +<!--
     1.5 +     Any copyright is dedicated to the Public Domain.
     1.6 +     http://creativecommons.org/licenses/publicdomain/
     1.7 +-->
     1.8 +<!DOCTYPE html>
     1.9 +<html>
    1.10 +<body style="margin:0; filter:url(#thresholdAt128);">
    1.11 +  <div style="width:80px; height:40px; border:1px solid black;">
    1.12 +    <div style="position:absolute; top:1px; left:1px;
    1.13 +                border:10px solid blue; width:20px; height:20px; background:lime;"></div>
    1.14 +    <div style="position:absolute; top:1px; left:41px;
    1.15 +                border:10px solid blue; width:20px; height:20px; background:lime;"></div>
    1.16 +  </div>
    1.17 +  <div style="width:80px; height:40px; border:1px solid black;">
    1.18 +    <div style="position:absolute; top:43px; left:1px;
    1.19 +                width:40px; height:40px; overflow:hidden;">
    1.20 +      <div style="border:10px solid blue; width:20px; height:20px;
    1.21 +                  background:lime; -moz-transform:rotate(30deg);"></div>
    1.22 +    </div>
    1.23 +    <div style="position:absolute; top:43px; left:41px;
    1.24 +                width:40px; height:40px; overflow:hidden;">
    1.25 +      <div style="border:10px solid blue; width:20px; height:20px;
    1.26 +                  background:lime; -moz-transform:rotate(30deg);"></div>
    1.27 +    </div>
    1.28 +  </div>
    1.29 +  <div style="width:80px; height:40px; border:1px solid black;">
    1.30 +    <div style="position:absolute; top:85px; left:1px;
    1.31 +                width:40px; height:40px; overflow:hidden;">
    1.32 +      <div style="border:10px solid blue; width:20px; height:20px;
    1.33 +                  background:lime; -moz-transform:rotate(30deg);"></div>
    1.34 +    </div>
    1.35 +    <div style="position:absolute; top:85px; left:41px;
    1.36 +                width:40px; height:40px; overflow:hidden;">
    1.37 +      <div style="border:10px solid blue; width:20px; height:20px;
    1.38 +                  background:lime; -moz-transform:rotate(30deg);"></div>
    1.39 +    </div>
    1.40 +  </div>
    1.41 +  <svg>
    1.42 +    <filter id="thresholdAt128" color-interpolation-filters="sRGB">
    1.43 +    <feColorMatrix type="matrix"
    1.44 +           values="255 0 0 0 -128 
    1.45 +                   0 255 0 0 -128 
    1.46 +                   0 0 255 0 -128 
    1.47 +                   0 0 0 255 -128"/>
    1.48 +
    1.49 +    </filter>
    1.50 +  </svg>
    1.51 +</body>
    1.52 +</html>

mercurial