Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698