6 background-color: white;
16 background-color: green;
17 mix-blend-mode: multiply;
21 <p>Test that mix-blend-mode multiply has no effect when applied over a white background, for both software and hardware paths.
</p>
22 <p>This test passes if there are one black and two green boxes.
</p>
23 <div class=
"parent" style=
"background-color: red;">
24 <div class=
"child"></div>
27 <div class=
"child" style=
"transform: rotateX(0deg);"></div>
30 <div class=
"child"></div>