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

Side by Side Diff: LayoutTests/fast/images/ycbcr-with-cmyk-color-profile.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <img src="resources/ycbcr-with-cmyk-color-profile.jpg" width="350" height="350"> 2 <img src="resources/ycbcr-with-cmyk-color-profile.jpg" width="350" height="350">
3 <img src="resources/ycbcr-with-no-color-profile.jpg" width="350" height="350"> 3 <img src="resources/ycbcr-with-no-color-profile.jpg" width="350" height="350">
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 window.testRunner.dumpAsText(pixelTest = true); 6 window.testRunner.dumpAsTextWithPixelResults();
7 </script> 7 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/images/webp-color-profile-lossy-alpha.html ('k') | LayoutTests/fast/js/mozilla/resources/js-test-pre.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698