| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div.html
|
| index 09b1f475635201a35d006db83a1c225579b18e9e..dfe25c28313a42561be453138cf9c55105328ee5 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-on-promoted-overflow-div.html
|
| @@ -15,7 +15,7 @@
|
| x = (clientRect.left + clientRect.right) / 2;
|
| y = (clientRect.top + clientRect.bottom) / 2;
|
| if (window.testRunner) {
|
| - testRunner.dumpAsText(true);
|
| + testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
| }
|
|
|
|
|