Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Side by Side Diff: third_party/WebKit/LayoutTests/images/exif-orientation-image-document.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698