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

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:453bc78ee2a8
1 body {
2 margin: 0;
3 }
4
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;
11
12 background-position:
13 0px 0px, 0px 40px, 0px 80px, 0px 120px,
14 0px 0px, 40px 0px, 80px 0, 120px 0;
15
16
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