4 <style type=
"text/css" media=
"screen">
10 background-color: green;
18 transform: rotateY(
180deg);
19 -webkit-backface-visibility: visible;
23 transform: rotateY(
180deg);
24 -webkit-backface-visibility: hidden;
29 <!-- In the pixel results, two green squares should be visible. -->
31 <div class=
"backfaceVisible green">
36 <div class=
"backfaceHidden red">
40 if (window
.testRunner
) {
41 testRunner
.dumpAsTextWithPixelResults(); // This is only useful as a pixel test.
42 document
.write("<span style='position:absolute; top:-5000px'>This test is only useful as a pixel test</span>");