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> |