5 <style type=
"text/css" media=
"screen">
14 border:
1px solid black;
20 background-color: silver;
24 <script type=
"text/javascript" charset=
"utf-8">
25 if (window.testRunner)
26 testRunner.dumpAsText();
29 document.getElementById('child').style.webkitTransform = 'translateZ(
0)';
31 window.addEventListener('load', doTest, false);
35 <p>This test should not assert in debug builds.
</p>
36 <div class=
"parent box">
37 <div id=
"child" class=
"child box"></div>