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