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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 <script>addTestCanvas("test5", "-webkit-transform: rotateY(180deg);")</scrip
t> | 111 <script>addTestCanvas("test5", "-webkit-transform: rotateY(180deg);")</scrip
t> |
112 </div> | 112 </div> |
113 </td> | 113 </td> |
114 | 114 |
115 </tr></table> | 115 </tr></table> |
116 | 116 |
117 | 117 |
118 <script> | 118 <script> |
119 if (window.testRunner) { | 119 if (window.testRunner) { |
120 /* Instruct the test runner that this is a pixel test */ | 120 /* Instruct the test runner that this is a pixel test */ |
121 testRunner.dumpAsText(true); | 121 testRunner.dumpAsTextWithPixelResults(); |
122 document.write("<span style='position:absolute; top:-5000px'>This test is
only useful as a pixel test</span>"); | 122 document.write("<span style='position:absolute; top:-5000px'>This test is
only useful as a pixel test</span>"); |
123 } | 123 } |
124 </script> | 124 </script> |
125 | 125 |
126 </body> | 126 </body> |
127 </html> | 127 </html> |
OLD | NEW |