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

Side by Side Diff: LayoutTests/fast/images/exif-orientation.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 2 months 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 | Annotate | Revision Log
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.dumpAsText(true); 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");
11 li.appendChild(document.createTextNode(str)); 11 li.appendChild(document.createTextNode(str));
12 var console = document.getElementById("console"); 12 var console = document.getElementById("console");
13 console.appendChild(li); 13 console.appendChild(li);
14 } 14 }
15 15
16 function imageSize(el) { 16 function imageSize(el) {
(...skipping 23 matching lines...) Expand all
40 <div><img id="img5" src="resources/exif-orientation-5-lu.jpg"><br>Rotated 90&deg ; CCW and flipped vertically</div> 40 <div><img id="img5" src="resources/exif-orientation-5-lu.jpg"><br>Rotated 90&deg ; CCW and flipped vertically</div>
41 <div><img id="img6" src="resources/exif-orientation-6-ru.jpg"><br>Rotated 90&deg ; CCW</div> 41 <div><img id="img6" src="resources/exif-orientation-6-ru.jpg"><br>Rotated 90&deg ; CCW</div>
42 <div><img id="img7" src="resources/exif-orientation-7-rl.jpg"><br>Rotated 90&deg ; CW and flipped vertically </div> 42 <div><img id="img7" src="resources/exif-orientation-7-rl.jpg"><br>Rotated 90&deg ; CW and flipped vertically </div>
43 <div><img id="img8" src="resources/exif-orientation-8-llo.jpg"><br>Rotated 90&de g; CW</div> 43 <div><img id="img8" src="resources/exif-orientation-8-llo.jpg"><br>Rotated 90&de g; CW</div>
44 <br> 44 <br>
45 <div><img id="img9" src="resources/exif-orientation-9-u.jpg"><br>Undefined (inva lid value)</div> 45 <div><img id="img9" src="resources/exif-orientation-9-u.jpg"><br>Undefined (inva lid value)</div>
46 <br> 46 <br>
47 <ul id="console"></ul> 47 <ul id="console"></ul>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/images/embed-image.html ('k') | LayoutTests/fast/images/exif-orientation-css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698