3 <style type=
"text/css">
7 background-color: blue
;
14 background-color: green
;
15 transform: translateZ
(0);
18 <script type=
"text/javascript">
19 if (window
.testRunner
)
20 testRunner
.dumpAsText();
23 if (window
.testRunner
&& window
.internals
)
24 document
.getElementById('layertree').innerText
= window
.internals
.layerTreeAsText(document
);
26 window
.addEventListener('load', doTest
, false);
29 <!-- Composited body over the child div. -->
30 <!-- Background for the body element is not painted. ->
31 <!-- GraphicsLayer::contentsOpaque for the body layer should be false. -->
33 <!-- Box under the body. -->
34 <div id=
"underbody"></div>
36 <pre id=
"layertree"></pre>