Index: LayoutTests/compositing/webgl/webgl-repaint.html |
diff --git a/LayoutTests/compositing/webgl/webgl-repaint.html b/LayoutTests/compositing/webgl/webgl-repaint.html |
index 7c9e8528182409a7145aa5493941e756eb380169..7139d9ddf6cdc9c780884e81c4a94da17051153b 100644 |
--- a/LayoutTests/compositing/webgl/webgl-repaint.html |
+++ b/LayoutTests/compositing/webgl/webgl-repaint.html |
@@ -38,7 +38,7 @@ function init() |
gl.clear(gl.COLOR_BUFFER_BIT); |
if (window.testRunner) { |
testRunner.display(); |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
drawGreen(); |
} else |
window.setTimeout(drawGreen, 50); |