5 .compositedAndRotated {
6 transform: translatez(
0) rotate(
45deg);
19 background-color: blue;
27 background-color: lime;
35 background-color: cyan;
39 background-color: green;
44 if (window
.testRunner
)
45 testRunner
.dumpAsText();
49 if (!window
.internals
) {
50 alert('This test requires window.internals')
54 document
.body
.textContent
= window
.internals
.layerTreeAsText(document
, internals
.LAYER_TREE_INCLUDES_REPAINT_RECTS
);
55 document
.body
.style
.whiteSpace
= 'pre';
59 <body onload=
"runTest()">
60 <div class=
"compositedAndRotated box behind"></div>
61 <div class=
"box middle"></div>
62 <div class=
"box top"></div>