OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style> | 4 <style> |
5 .test-div | 5 .test-div |
6 { | 6 { |
7 width: 100px; | 7 width: 100px; |
8 height: 100px; | 8 height: 100px; |
9 text-align: center; | 9 text-align: center; |
10 background-color: gray; | 10 background-color: gray; |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 <script>addTestImg("-webkit-transform: rotateY(180deg);")</script> | 86 <script>addTestImg("-webkit-transform: rotateY(180deg);")</script> |
87 </div> | 87 </div> |
88 </td> | 88 </td> |
89 | 89 |
90 </tr></table> | 90 </tr></table> |
91 | 91 |
92 | 92 |
93 <script> | 93 <script> |
94 if (window.testRunner) { | 94 if (window.testRunner) { |
95 /* Instruct the test runner that this is a pixel test */ | 95 /* Instruct the test runner that this is a pixel test */ |
96 testRunner.dumpAsText(true); | 96 testRunner.dumpAsTextWithPixelResults(); |
97 document.write("<span style='position:absolute; top:-5000px'>This test is
only useful as a pixel test</span>"); | 97 document.write("<span style='position:absolute; top:-5000px'>This test is
only useful as a pixel test</span>"); |
98 } | 98 } |
99 </script> | 99 </script> |
100 | 100 |
101 </body> | 101 </body> |
102 </html> | 102 </html> |
OLD | NEW |