layout/reftests/css-blending/blend-modes.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-blending/blend-modes.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +body {
     1.5 +  margin: 0;
     1.6 +}
     1.7 +
     1.8 +.reftest {
     1.9 +  width: 160px;
    1.10 +  height: 160px;
    1.11 +  background-size:
    1.12 +    160px 40px, 160px 40px, 160px 40px, 160px 40px,
    1.13 +    40px 160px, 40px 160px, 40px 160px, 40px 160px;
    1.14 +
    1.15 +  background-position:
    1.16 +    0px 0px, 0px 40px, 0px 80px, 0px 120px,
    1.17 +    0px 0px, 40px 0px, 80px 0, 120px 0;
    1.18 +
    1.19 +
    1.20 +  background-repeat: no-repeat;
    1.21 +  background-image: url(as-image/red100x100.png),
    1.22 +                    url(as-image/green100x100.png),
    1.23 +                    url(as-image/blue100x100.png),
    1.24 +                    url(as-image/brown100x100.png),
    1.25 +                    url(as-image/red100x100.png),
    1.26 +                    url(as-image/green100x100.png),
    1.27 +                    url(as-image/blue100x100.png),
    1.28 +                    url(as-image/brown100x100.png);
    1.29 +}
    1.30 \ No newline at end of file

mercurial