Index: LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html |
index 8c2eea8112287bc3db55f6e9039eaabdc163c6d1..87f09f4b179565fcf639528c983f33d596baaf79 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html |
@@ -16,7 +16,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(); |
} |