3 <style type=
"text/css">
9 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);
30 <!-- Box with opaque background color but global opacity. -->
31 <!-- Global opacity does not affect the opaqueness of content. -->
32 <!-- GraphicsLayer::contentsOpaque for this box should be true. -->
33 <div class=
"box opaque-background translucent composited"></div>
35 <pre id=
"layertree"></pre>