Index: LayoutTests/fast/images/paint-subrect.html |
diff --git a/LayoutTests/fast/images/paint-subrect.html b/LayoutTests/fast/images/paint-subrect.html |
index 566124b32a47b761c0b576f6535616bab30da047..87b72bb199dff09269a8b81a2b0018daf00abaa8 100644 |
--- a/LayoutTests/fast/images/paint-subrect.html |
+++ b/LayoutTests/fast/images/paint-subrect.html |
@@ -1,7 +1,7 @@ |
<canvas id="canvas" width="200" height="100"></canvas> |
<script> |
if (window.testRunner) |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
var img = new Image(); |
// This is a 2x1 image, blue at (0, 0) and green at (1, 0). |