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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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