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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 3 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
OLDNEW
1 1
2 Test that evaluation on call frame works across all inspected windows in the cal l stack. 2 Test that evaluation on call frame works across all inspected windows in the cal l stack.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Call stack: 5 Call stack:
6 0) pauseInsideIframe (:6) 6 0) pauseInsideIframe (:6)
7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) 7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)
8 8
9 === Evaluating on iframe === 9 === Evaluating on iframe ===
10 dir() = "overridden dir() in iframe" 10 dir() = "overridden dir() in iframe"
11 dirxml() = undefined 11 dirxml() = undefined
12 table = "local in iframe" 12 table = "local in iframe"
13 clear = 13 clear =
14 x: = VM:1 Uncaught SyntaxError: Unexpected end of input(…)pauseInsideIframe @ VM :6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 14 x: = VM:1 Uncaught SyntaxError: Unexpected end of input
15 at Object.pauseInsideIframe (<anonymous>:6:5)
16 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)pauseInsi deIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
15 17
16 === Evaluating on top frame === 18 === Evaluating on top frame ===
17 dir() = undefined 19 dir() = undefined
18 dirxml() = "overridden dirxml() in top frame" 20 dirxml() = "overridden dirxml() in top frame"
19 table = 21 table =
20 clear = "local in top frame" 22 clear = "local in top frame"
21 x: = VM:1 Uncaught SyntaxError: Unexpected end of input(…)pauseInsideIframe @ VM :6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 23 x: = VM:1 Uncaught SyntaxError: Unexpected end of input
24 at Object.pauseInsideIframe (<anonymous>:6:5)
25 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)pauseInsi deIframe @ VM:6testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
22 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698