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

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 body {
     2   margin: 0;
     3 }
     5 .reftest {
     6   width: 160px;
     7   height: 160px;
     8   background-size:
     9     160px 40px, 160px 40px, 160px 40px, 160px 40px,
    10     40px 160px, 40px 160px, 40px 160px, 40px 160px;
    12   background-position:
    13     0px 0px, 0px 40px, 0px 80px, 0px 120px,
    14     0px 0px, 40px 0px, 80px 0, 120px 0;
    17   background-repeat: no-repeat;
    18   background-image: url(as-image/red100x100.png),
    19                     url(as-image/green100x100.png),
    20                     url(as-image/blue100x100.png),
    21                     url(as-image/brown100x100.png),
    22                     url(as-image/red100x100.png),
    23                     url(as-image/green100x100.png),
    24                     url(as-image/blue100x100.png),
    25                     url(as-image/brown100x100.png);
    26 }

mercurial