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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 Test that evaluation on call frame works across all inspected windows in the cal l stack.
3
4 Set timer for test function.
5 Call stack:
6 0) pauseInsideIframe (:6)
7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:34)
8
9 === Evaluating on iframe ===
10 dir() = "overridden dir() in iframe"
11 dirxml() = undefined
12 table = "local in iframe"
13 clear = function clear() { [Command Line API] }
14 x: = (program):1:2 Uncaught SyntaxError {stack: (...), message: "Unexpected end of input"}
15
16 === Evaluating on top frame ===
17 dir() = undefined
18 dirxml() = "overridden dirxml() in top frame"
19 table = function table(data, [columns]) { [Command Line API] }
20 clear = "local in top frame"
21 x: = (program):1:2 Uncaught SyntaxError {stack: (...), message: "Unexpected end of input"}
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698