5 transform: translatez(
0);
18 background-color: blue;
26 background-color: lime;
34 background-color: magenta;
42 background-color: cyan;
52 background-color: gray;
56 background-color: green;
61 if (window
.testRunner
)
62 testRunner
.dumpAsText();
66 if (!window
.internals
) {
67 alert('This test requires window.internals')
71 document
.body
.textContent
= window
.internals
.layerTreeAsText(document
, internals
.LAYER_TREE_INCLUDES_REPAINT_RECTS
);
72 document
.body
.style
.whiteSpace
= 'pre';
76 <body onload=
"runTest()">
77 <div class=
"container">
78 <div class=
"composited box behind"></div>
79 <div class=
"box middle"></div>
81 <div class=
"box middle2"></div>
82 <div class=
"box top"></div>