3 This test simply checks that when we have multiple 3d rendering contexts, that
4 they get separate and unique id's in the layer tree dump.
10 transform: translateZ(
0);
13 background-color: green;
17 -webkit-transform-style: preserve-
3d;
21 -webkit-transform-style: preserve-
3d;
30 if (window
.testRunner
)
31 testRunner
.dumpAsText();
34 function dumpLayerTree() {
36 document
.getElementById("console").innerHTML
= window
.internals
.layerTreeAsText(document
);
39 window
.onload
= dumpLayerTree
;
43 <div class=
"composited" id=
"grandparent">
44 <div class=
"composited" id=
"parent">
45 <div class=
"composited" id=
"child">
49 <pre id=
"console"></pre>