4 <style type=
"text/css" media=
"screen">
6 -webkit-perspective:
1000;
9 -webkit-transform-style: preserve-
3d;
10 transform: translateX(
200px) rotateY(
85deg);
14 background-color: red;
19 background-color: green;
20 transform: rotateY(
180deg);
28 -webkit-backface-visibility: hidden;
33 <!-- In the pixel results, the green side should be visible. -->
34 <div class=
"container">
36 <div class=
"backfaceHidden front"></div>
37 <div class=
"backfaceHidden back"></div>
41 if (window
.testRunner
) {
42 testRunner
.dumpAsTextWithPixelResults(); // This is only useful as a pixel test.
43 document
.write("<span style='position:absolute; top:-5000px'>This test is only useful as a pixel test</span>");