4 <style type=
"text/css">
12 -webkit-transform-style: preserve-3d
;
13 -webkit-perspective: 500px;
14 outline: 1px solid black
;
24 transform: rotateY
(-90deg);
25 -webkit-transform-style: preserve-3d
;
29 transform: rotateY
(-90deg);
36 background-color: red
;
39 <script type=
"text/javascript" charset=
"utf-8">
40 if (window.testRunner) {
41 testRunner.dumpAsTextWithPixelResults();
42 testRunner.waitUntilDone();
47 window.setTimeout(function() {
48 document.getElementById('target').style.webkitTransformOriginZ = '
100px';
49 if (window.testRunner)
50 testRunner.notifyDone();
54 window.addEventListener('load', doTest, false);
58 <!-- The gren box should snap to the right, obscuring the red box. -->
59 <div class=
"indicator box"></div>
60 <div class=
"container box">
61 <div id=
"target" class=
"intermediate box">
62 <div class=
"inner box">