6 transform: translate3d(
0,
0,
0);
13 background-color: green;
26 transform: translateZ(
0);
27 background-color: blue;
32 if (window
.testRunner
)
33 testRunner
.waitUntilDone();
39 requestAnimationFrame(slideIn
);
40 } else if (window
.testRunner
) {
41 document
.getElementById("slidein").style
.webkitTransform
= "translate3d(" + offset
+ "px, 0, 0)";
42 testRunner
.notifyDone();
45 requestAnimationFrame(slideIn
);
49 <div id=
"header">This div should stay in front.
</div>
53 This div should stay behind the header div.