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

Unified Diff: LayoutTests/fast/images/png-with-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, 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/images/png-with-color-profile.html
diff --git a/LayoutTests/fast/images/png-with-color-profile.html b/LayoutTests/fast/images/png-with-color-profile.html
index 0e99abf682d53fc4017e1b74d012885302889adb..653e10cb5610e3e61fca46f206aa3028456f453b 100644
--- a/LayoutTests/fast/images/png-with-color-profile.html
+++ b/LayoutTests/fast/images/png-with-color-profile.html
@@ -2,5 +2,5 @@ The red sector of the image should be at the 12 o'clock position.</p>
<img src="resources/red-at-12-oclock-with-color-profile.png" width="400px">
<script>
if (window.testRunner)
- window.testRunner.dumpAsText(pixelTest = true);
+ window.testRunner.dumpAsTextWithPixelResults();
</script>
« no previous file with comments | « LayoutTests/fast/images/png-suite/test.html ('k') | LayoutTests/fast/images/rgb-jpeg-with-adobe-marker-only.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698