5 <style type=
"text/css" media=
"screen">
6 body { background-color:silver }
13 background-color: blue;
18 transform: translateZ(
0);
22 <script type=
"text/javascript">
25 window
.setTimeout(function() {
26 document
.getElementById('target').className
= 'box';
30 window
.addEventListener('load', doTest
, false);
34 <div id=
"target" class=
"composited box" onmousedown=
"parent.nodeClicked(this)"></div>