| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.html
|
| index 4583a3ed753bec0147112a5c0a513dfb228e2d11..eba55a3d3a3abd3fd94d089ab03bcfcd7882c800 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.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();
|
| }
|
|
|
|
|