| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html
|
| index b1902608812accd74fff0a8fe0998a19a9d303da..15855a6fc422357e922acef7cca4f19bbd963b34 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html
|
| @@ -22,7 +22,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();
|
| }
|
|
|
|
|