Index: LayoutTests/fast/canvas/canvasDrawingIntoSelf.html |
diff --git a/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html b/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html |
index 5c3af71606b857cb47d474d966af17a41e313b1d..04853c4d21810a445ebc796f8c3856d51f5ebd22 100644 |
--- a/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html |
+++ b/LayoutTests/fast/canvas/canvasDrawingIntoSelf.html |
@@ -2,7 +2,7 @@ If this renders correctly you should see one big friendly green square. |
<canvas id="canvas" width="200" height="200" ></canvas> |
<script> |
if (window.testRunner) |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
var canvas = document.getElementById("canvas"); |
var context = canvas.getContext("2d"); |