| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.html
|
| index 60a8840f25f555671850dae0acf9008eac08e0e8..d2655843e5aecbf5f0fcff470d5471010217e26e 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.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();
|
| }
|
|
|
|
|