Index: LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html |
index 734b769db875832ae1b69e2d86df56d1657d29ad..0ba10bf45c3c74af97c39da89e93030d2fb4f6c3 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html |
@@ -17,7 +17,7 @@ function runTest() { |
x = (clientRect.left + clientRect.right) / 2; |
y = (clientRect.top + clientRect.bottom) / 2 + nestingFrame.getBoundingClientRect().top + targetFrame.getBoundingClientRect().top; |
if (window.testRunner) { |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
testRunner.waitUntilDone(); |
} |