| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-img.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html
|
| index 075f764e1756487a104391fe1cfe9263bb3f0938..8620c5c1b275c1d32e041bb4e7e0d1fadac65a90 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html
|
| @@ -13,7 +13,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();
|
| }
|
|
|
|
|