| <style type="text/css" media="screen"> |
| -webkit-transform: rotateY(180deg); |
| -webkit-backface-visibility: visible; |
| -webkit-transform: rotateY(180deg); |
| -webkit-backface-visibility: hidden; |
| <!-- In the pixel results, two green squares should be visible. --> |
| <div class="backfaceVisible green"> |
| <div class="backfaceHidden red"> |
| if (window.layoutTestController) { |
| layoutTestController.dumpAsText(true); // This is only useful as a pixel test. |
| document.write("<span style='position:absolute; top:-5000px'>This test is only useful as a pixel test</span>"); |