| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-2-overflow-div.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-overflow-div.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-overflow-div.html
|
| index d8028f5e56bfb222af1f3d4fcbee9337f2d6b3c9..8d32d38b82d41a8b9f1845394b46220a3de332a5 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-overflow-div.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-overflow-div.html
|
| @@ -28,7 +28,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();
|
| }
|
|
|
|
|