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

Side by Side Diff: third_party/WebKit/LayoutTests/images/exif-orientation.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 testRunner.overridePreference('WebKitShouldRespectImageOrientation', 1); 5 testRunner.overridePreference('WebKitShouldRespectImageOrientation', 1);
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 30 matching lines...) Expand all
41 <div><img id="img5" src="resources/exif-orientation-5-lu.jpg"><br>Rotated 90&deg ; CCW and flipped vertically</div> 41 <div><img id="img5" src="resources/exif-orientation-5-lu.jpg"><br>Rotated 90&deg ; CCW and flipped vertically</div>
42 <div><img id="img6" src="resources/exif-orientation-6-ru.jpg"><br>Rotated 90&deg ; CCW</div> 42 <div><img id="img6" src="resources/exif-orientation-6-ru.jpg"><br>Rotated 90&deg ; CCW</div>
43 <div><img id="img7" src="resources/exif-orientation-7-rl.jpg"><br>Rotated 90&deg ; CW and flipped vertically </div> 43 <div><img id="img7" src="resources/exif-orientation-7-rl.jpg"><br>Rotated 90&deg ; CW and flipped vertically </div>
44 <div><img id="img8" src="resources/exif-orientation-8-llo.jpg"><br>Rotated 90&de g; CW</div> 44 <div><img id="img8" src="resources/exif-orientation-8-llo.jpg"><br>Rotated 90&de g; CW</div>
45 <br> 45 <br>
46 <div><img id="img9" src="resources/exif-orientation-9-u.jpg"><br>Undefined (inva lid value)</div> 46 <div><img id="img9" src="resources/exif-orientation-9-u.jpg"><br>Undefined (inva lid value)</div>
47 <br> 47 <br>
48 <ul id="console"></ul> 48 <ul id="console"></ul>
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698