| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| index 39e0c3a9c98bd1d97b97b999ac3ebd1e62d332a9..a19687a198a9658ed04366dcbc0b9d3d13afe22f 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| @@ -19,7 +19,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();
|
| }
|
|
|
|
|