12 background: rgb(
55,
55,
55);
24 mix-blend-mode: multiply;
29 <!-- Test to ensure that "isolation:isolate" creates a stacking context, thus preventing blending with the parent element. -->
31 <div class=
"parent"><div class=
"isolator"><div class=
"child"></div></div></div>