24 background: url('resources/ducky.png') no-repeat
0 0 /
100%
100%, green;
28 <!-- Test to ensure that blending is performed only with the contents of the element's nearest ancestor stacking context.
29 Test this with a parent element that has zIndex set. Also, tests whether a child element blends if the parent has a blend mode set.-->
32 <div class=
"child" style=
"mix-blend-mode: normal;">
33 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
37 <div class=
"child" style=
"mix-blend-mode: multiply;">
38 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
42 <div class=
"child" style=
"mix-blend-mode: screen;">
43 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
47 <div class=
"child" style=
"mix-blend-mode: overlay;">
48 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
52 <div class=
"child" style=
"mix-blend-mode: darken;">
53 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
57 <div class=
"child" style=
"mix-blend-mode: lighten;">
58 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
62 <div class=
"child" style=
"mix-blend-mode: color-dodge;">
63 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
67 <div class=
"child" style=
"mix-blend-mode: color-burn;">
68 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
72 <div class=
"child" style=
"mix-blend-mode: hard-light;">
73 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
77 <div class=
"child" style=
"mix-blend-mode: soft-light;">
78 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
82 <div class=
"child" style=
"mix-blend-mode: difference;">
83 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
87 <div class=
"child" style=
"mix-blend-mode: exclusion;">
88 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
92 <div class=
"child" style=
"mix-blend-mode: hue;">
93 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
97 <div class=
"child" style=
"mix-blend-mode: saturation;">
98 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
102 <div class=
"child" style=
"mix-blend-mode: color;">
103 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>
107 <div class=
"child" style=
"mix-blend-mode: luminosity;">
108 <div style=
"background-color: orange; z-index: 1; position: absolute"></div>