| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.testRunner) { | 4 if (window.testRunner) { |
| 5 // Note that this test only passes in DRT. In browsers, the cross-iframe dom
inspection usually causes a security exception. | 5 // Note that this test only passes in DRT. In browsers, the cross-iframe dom
inspection usually causes a security exception. |
| 6 testRunner.dumpAsTextWithPixelResults(); | 6 testRunner.dumpAsTextWithPixelResults(); |
| 7 } | 7 } |
| 8 | 8 |
| 9 function log(str) { | 9 function log(str) { |
| 10 var li = document.createElement("li"); | 10 var li = document.createElement("li"); |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 <iframe name="img6" src="resources/exif-orientation-6-ru.jpg" frameborder=0></if
rame> | 50 <iframe name="img6" src="resources/exif-orientation-6-ru.jpg" frameborder=0></if
rame> |
| 51 <iframe name="img7" src="resources/exif-orientation-7-rl.jpg" frameborder=0></if
rame> | 51 <iframe name="img7" src="resources/exif-orientation-7-rl.jpg" frameborder=0></if
rame> |
| 52 <iframe name="img8" src="resources/exif-orientation-8-llo.jpg" frameborder=0></i
frame> | 52 <iframe name="img8" src="resources/exif-orientation-8-llo.jpg" frameborder=0></i
frame> |
| 53 <br> | 53 <br> |
| 54 <iframe name="img9" src="resources/exif-orientation-9-u.jpg" frameborder=0></ifr
ame> | 54 <iframe name="img9" src="resources/exif-orientation-9-u.jpg" frameborder=0></ifr
ame> |
| 55 <br> | 55 <br> |
| 56 <ul id="console"></ul> | 56 <ul id="console"></ul> |
| 57 </body> | 57 </body> |
| 58 </html> | 58 </html> |
| 59 | 59 |
| OLD | NEW |