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

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

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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
new file mode 100644
index 0000000000000000000000000000000000000000..39d3ac9a5f8ae2bc7350b9630782a921489ed9ab
--- /dev/null
+++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
@@ -0,0 +1,24 @@
+
+Running: testScopeChain
+Set timer for test function.
+Script execution paused.
+Call stack:
+ 0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37)
+ 1) handleMessage (debugger-eval-on-call-frame.DART:14)
+staticField = 42
+globalVar = 14
+foo = Uncaught 'evaluate:source': error: line 2 pos 1: cannot access instance field 'foo' from a static function
+foo
+^
+z = 10
+inspect(document.documentElement).tagName = "HTML"
+inspect(document.body).tagName = "BODY"
+inspect(document.body.children.first).tagName = "DIV"
+$0.toString() = "body"
+$1.toString() = "body"
+$2.toString() = "html"
+$1 == document.body = true
+$1 == document.body = true
+$2 == document.documentElement = true
+Script execution resumed.
+
« no previous file with comments | « LayoutTests/dart/inspector/debugger-eval-on-call-frame.html ('k') | LayoutTests/dart/inspector/debugger-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698