| Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| index f820c147ada2fa52baadbd737dbcedbf8e139bcd..9f89659b26efced4bbac2ef9f401a068d027d87b 100644
|
| --- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| +++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html
|
| @@ -1,8 +1,5 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -<head>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| -</head>
|
| <body onload="runTest();">
|
| <div style="position: relative; left: 10px; top: 40px">
|
| <a href="" id="targetLink" style="-webkit-tap-highlight-color: rgba(0, 255, 0, 0.5)">Target Link.</a>
|
| @@ -18,10 +15,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);
|
|
|