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. |
+ |