5 transform: translatez(
0);
18 background-color: blue;
26 background-color: lime;
34 background-color: cyan;
38 background-color: green;
43 if (window
.testRunner
)
44 testRunner
.dumpAsText();
48 if (!window
.internals
) {
49 alert('This test requires window.internals')
53 document
.body
.textContent
= window
.internals
.layerTreeAsText(document
, internals
.LAYER_TREE_INCLUDES_REPAINT_RECTS
);
54 document
.body
.style
.whiteSpace
= 'pre';
58 <body onload=
"runTest()">
59 <div class=
"composited box behind"></div>
60 <div class=
"box middle"></div>
61 <div class=
"box top"></div>