| Index: LayoutTests/compositing/gestures/resources/target-div-run-test.js
|
| diff --git a/LayoutTests/compositing/gestures/resources/target-div-run-test.js b/LayoutTests/compositing/gestures/resources/target-div-run-test.js
|
| index 5cb2427dcf5ecb3f74e4b2788bdce91660d54348..cd8abf5afd77e1ce194c7837e99eff166832e8ad 100644
|
| --- a/LayoutTests/compositing/gestures/resources/target-div-run-test.js
|
| +++ b/LayoutTests/compositing/gestures/resources/target-div-run-test.js
|
| @@ -3,7 +3,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();
|
| }
|
|
|
|
|