Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple.html |
index 1cdebb1337bf96b3dab35bfa4e9a5e039ed15a0d..5098566b444737e97d322f75858f24eae4a786e8 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple.html |
@@ -16,7 +16,7 @@ function runTest() { |
x = (clientRect.left + clientRect.right) / 2; |
y = (clientRect.top + clientRect.bottom) / 2; |
if (window.testRunner) { |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
testRunner.waitUntilDone(); |
} |