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

Unified Diff: LayoutTests/inspector-protocol/input/dispatchMouseEvent.html

Issue 391413003: DevTools: [Timeline] extract common infrastructure from tracing tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: syntax error was fixed Created 6 years, 5 months 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/inspector-protocol/input/dispatchMouseEvent.html
diff --git a/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html b/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html
index ce79dfa385096fcaf7b20a85cc00140b6d946651..296343e796bb9ed8601ef3c650fc6d243f2d1f78 100644
--- a/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html
+++ b/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html
@@ -62,7 +62,7 @@ function test()
}
];
- InspectorTest.executeInPage("addListeners();", function() {
+ InspectorTest.evaluateInPage("addListeners();", function() {
for (var i = 0; i < events.length; i++)
InspectorTest.sendCommand("Input.dispatchMouseEvent", events[i], checkResponse.bind(undefined, i == events.length - 1));
});

Powered by Google App Engine
This is Rietveld 408576698