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

Unified Diff: LayoutTests/dart/inspector/debugger-eval-on-call-frame.html

Issue 28763006: Support $0, $1, ... $6, inspect, and other console api methods. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: ready for review Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/inspector/debugger-eval-on-call-frame.html
diff --git a/LayoutTests/dart/inspector/debugger-eval-on-call-frame.html b/LayoutTests/dart/inspector/debugger-eval-on-call-frame.html
index 72564a9aaf44e2fd1f0f70c107693f0b6364ab3b..7c4cd43121c5905b281cf4d981d493ee17383d95 100644
--- a/LayoutTests/dart/inspector/debugger-eval-on-call-frame.html
+++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame.html
@@ -65,6 +65,17 @@ function test()
// executing closure.
'foo',
'z',
+ // Command line API
+ 'inspect(document.documentElement)',
+ 'inspect(document.body)',
+ 'inspect(document.body.children.first)',
+ '$0.toString()',
+ '$1.toString()',
+ '$2.toString()',
+ '$1 == document.body',
+ '$1 == document.body',
+ '$2 == document.documentElement',
+ 'dir([1,2,3,4,5])',
];
evaluate(expressions.shift());
}
« no previous file with comments | « no previous file | LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698