| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html
|
| index 49d94c9a0c005ddf652a0031aeb8cac4f4f132a3..92e8a3fdb120ec34781ec2c22ec3a3f2009a45db 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html
|
| @@ -16,7 +16,7 @@ function runTest() {
|
| x = (clientRect.left + clientRect.right) / 2;
|
| y = (clientRect.top + clientRect.bottom) / 2 + targetFrame.getBoundingClientRect().top;
|
| if (window.testRunner) {
|
| - testRunner.dumpAsText(true);
|
| + testRunner.dumpAsTextWithPixelResults();
|
| testRunner.waitUntilDone();
|
| }
|
|
|
|
|