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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt

Issue 644403003: DevTools: Fix __commandLineAPI is not defined error and remove the with- hack for eval on call fram… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..749d9cf5996b4e9f360abe2294d048af4f151ebf
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/debugger-eval-on-call-frame-inside-iframe-expected.txt
@@ -0,0 +1,22 @@
+
+Test that evaluation on call frame works across all inspected windows in the call stack.
+
+Set timer for test function.
+Call stack:
+ 0) pauseInsideIframe (:6)
+ 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:34)
+
+=== Evaluating on iframe ===
+dir() = "overridden dir() in iframe"
+dirxml() = undefined
+table = "local in iframe"
+clear = function clear() { [Command Line API] }
+x: = (program):1:2 Uncaught SyntaxError {stack: (...), message: "Unexpected end of input"}
+
+=== Evaluating on top frame ===
+dir() = undefined
+dirxml() = "overridden dirxml() in top frame"
+table = function table(data, [columns]) { [Command Line API] }
+clear = "local in top frame"
+x: = (program):1:2 Uncaught SyntaxError {stack: (...), message: "Unexpected end of input"}
+

Powered by Google App Engine
This is Rietveld 408576698