8 background-color: blue;
12 transform: translateZ(
0);
18 background-color: silver;
22 if (window
.testRunner
)
23 window
.testRunner
.dumpAsText();
27 document
.getElementById('test').classList
.remove('composited');
28 if (window
.testRunner
)
29 document
.getElementById('layers').innerText
= window
.internals
.layerTreeAsText(document
);
31 window
.addEventListener('load', doTest
, false);
33 <!-- This test div starts out with a 3d transform, but should be
34 de-promoted from a composited layer before the test completes. -->
35 <div id=
"test" class=
"composited box"></div>
36 <pre id=
"layers">Layer tree appears here in DRT.
</pre>