4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 window
.addEventListener('load', function () {
7 document
.getElementById('layers').textContent
= window
.internals
.layerTreeAsText(document
);
8 document
.getElementById('test').style
.display
= 'none';
18 transform: rotateX(
0deg);
21 mix-blend-mode: multiply;
27 <!--This test makes sure that in the layer tree img has blending property
28 set to multiply and its parent element gets accelerated and
29 has isolated set to true-->
30 <div class=
"stacking-context" style=
"background-color: green">
31 <img class=
"accelerated blended" src=
"resources/reference.png">
34 <pre id=
"layers">Layer tree goes here when testing.
</pre>