3 transform: translateZ(
0);
7 background-color: black;
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
18 if (window
.testRunner
) {
19 document
.getElementById('layers').innerText
= window
.internals
.layerTreeAsText(document
);
22 window
.addEventListener('load', dumpLayers
, false);
25 <div style=
"position: absolute; left: 0px; top: 0px; z-index: 106; " class=
"composited">
26 <img style=
"position: absolute; left: 10px; top: 10px; z-index: -2;">
27 <img style=
"position: absolute; left: 44940px; top: 15013px; z-index: 0; visibility: hidden;">
29 <pre id=
"layers">Layer tree goes here in DRT
</pre>