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

Unified Diff: LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html

Issue 391413003: DevTools: [Timeline] extract common infrastructure from tracing tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed 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/dispatchKeyEvent-focus.html
diff --git a/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html
index 2488707ed0dd0bc2f14f6fc2583f599c25421502..8a49686476fa7c57b865c449173183a0e6d4c2e1 100644
--- a/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html
+++ b/LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus.html
@@ -24,7 +24,7 @@ function test()
typeTab();
type("bar");
typeTab();
- InspectorTest.executeInPage("dump()", InspectorTest.completeTest.bind(InspectorTest));
+ InspectorTest.evaluateInPage("dump()", InspectorTest.completeTest.bind(InspectorTest));
function type(text)
{

Powered by Google App Engine
This is Rietveld 408576698