| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| index ae4125b665549413e50b7dc64a2f1bcaa67e2bc9..83cd04d50626a3a009b1f2a3e94f4c709474945e 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html
|
| @@ -1,7 +1,6 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
|
| </head>
|
| <body onload="runTest();">
|
| @@ -20,10 +19,8 @@ function runTest() {
|
| var clientRect = document.getElementById('targetLink').getBoundingClientRect();
|
| x = (clientRect.left + clientRect.right) / 2;
|
| y = (clientRect.top + clientRect.bottom) / 2;
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsTextWithPixelResults();
|
| + if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| - }
|
|
|
| if (window.eventSender) {
|
| eventSender.gestureShowPress(x, y);
|
|
|