12 background-color: red;
16 transform: translateZ(
0);
17 background-color: green;
18 outline:
10px solid transparent; /* inflate compositing layer bounds */
25 background-color: rgba(
255,
0,
0,
0.6);
34 background-color: blue;
38 if (window
.testRunner
) {
39 testRunner
.dumpAsText();
40 testRunner
.waitUntilDone();
45 if (window
.testRunner
) {
46 document
.getElementById('layertree').innerText
= window
.internals
.layerTreeAsText(document
);
47 testRunner
.notifyDone();
51 window
.addEventListener('load', doTest
, false);
55 <div class=
"composited box">
56 <div class=
"composited box"></div>
59 <div id=
"indicator"></div>
61 <pre id=
"layertree"></pre>