OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style type="text/css" media="screen"> | 4 <style type="text/css" media="screen"> |
5 div { | 5 div { |
6 height: 100px; | 6 height: 100px; |
7 width: 100px; | 7 width: 100px; |
8 } | 8 } |
9 | 9 |
10 .red { | 10 .red { |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 <div class="backfaceHidden green"> | 108 <div class="backfaceHidden green"> |
109 </div> | 109 </div> |
110 </div> | 110 </div> |
111 </div> | 111 </div> |
112 </div> | 112 </div> |
113 </div> | 113 </div> |
114 </div> | 114 </div> |
115 | 115 |
116 <script> | 116 <script> |
117 if (window.testRunner) { | 117 if (window.testRunner) { |
118 testRunner.dumpAsText(true); // This is only useful as a pixel test. | 118 testRunner.dumpAsTextWithPixelResults(); // This is only useful as a pixel
test. |
119 document.write("<span style='position:absolute; top:-5000px'>This test is on
ly useful as a pixel test</span>"); | 119 document.write("<span style='position:absolute; top:-5000px'>This test is on
ly useful as a pixel test</span>"); |
120 } | 120 } |
121 </script> | 121 </script> |
122 </body> | 122 </body> |
123 </html> | 123 </html> |
OLD | NEW |