Index: LayoutTests/fast/images/paint-subrect-grid.html |
diff --git a/LayoutTests/fast/images/paint-subrect-grid.html b/LayoutTests/fast/images/paint-subrect-grid.html |
index a0203af57a5dca05ca7c74b01d1ed4170fd7cb15..c06648169d514eee58fdda8bfe57056d686823b1 100644 |
--- a/LayoutTests/fast/images/paint-subrect-grid.html |
+++ b/LayoutTests/fast/images/paint-subrect-grid.html |
@@ -1,7 +1,7 @@ |
<canvas id="canvas" width="30" height="30"></canvas> |
<script> |
if (window.testRunner) |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
var img = new Image(); |
// This is a 11x11 black and white grid. |