5 <style type=
"text/css" media=
"screen">
6 body { background-color:silver }
13 background-color: blue;
17 transform: translateZ(
0);
21 <script type=
"text/javascript" charset=
"utf-8">
24 window.setTimeout(function() {
25 document.getElementById('test').className = 'composited box';
29 window.addEventListener('load', doTest, false);
34 <div id=
"test" class=
"box">