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

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

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
Index: LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
diff --git a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
index e79723420923ccd03fbbe8f2dd1b77bdea21242e..3fb5ea6deabe25fb97042aa086ebead3c148b06c 100644
--- a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
+++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 1259:
Debugger was enabled.
Running: testScopeChain
@@ -11,6 +12,16 @@ foo = "'': Error: line 2 pos 1: cannot access instance field 'foo' from a static
foo
^"
z = 10
+inspect(document.documentElement) =
+inspect(document.body) =
+inspect(document.body.children.first) =
+$0.toString() = "body"
+$1.toString() = "body"
+$2.toString() = "html"
+$1 == document.body = true
+$1 == document.body = true
+$2 == document.documentElement = true
+dir([1,2,3,4,5]) = List[5]
Script execution resumed.
Debugger was disabled.
« no previous file with comments | « LayoutTests/dart/inspector/debugger-eval-on-call-frame.html ('k') | Source/bindings/dart/DartHandleProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698