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

Side by Side Diff: LayoutTests/fast/images/webp-color-profile-lossless.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, 3 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 <!-- The die at the center of the image should be green. --> 1 <!-- The die at the center of the image should be green. -->
2 <img src="resources/webp-color-profile-lossless.webp"> 2 <img src="resources/webp-color-profile-lossless.webp">
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 window.testRunner.dumpAsText(true); 5 window.testRunner.dumpAsTextWithPixelResults();
6 </script> 6 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/images/rgb-png-with-cmyk-color-profile.html ('k') | LayoutTests/fast/images/webp-color-profile-lossy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698