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

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

Issue 2903083002: DevTools: shorten console links to 40 chars (Closed)
Patch Set: Created 3 years, 6 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 14 x: = VM:1 Uncaught SyntaxError: Unexpected end of input
15 at Object.pauseInsideIframe (<anonymous>:6:5) 15 at Object.pauseInsideIframe (<anonymous>:6:5)
16 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) 16 at testFunction (debugger-eval-on-cal…side-iframe.html:35)
17 pauseInsideIframe @ VM:6 17 pauseInsideIframe @ VM:6
18 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 18 testFunction @ debugger-eval-on-cal…side-iframe.html:35
19 setTimeout (async) 19 setTimeout (async)
20 scheduleTestFunction @ debugger-test.js:3 20 scheduleTestFunction @ debugger-test.js:3
21 (anonymous) @ VM:1 21 (anonymous) @ VM:1
22 22
23 === Evaluating on top frame === 23 === Evaluating on top frame ===
24 dir() = undefined 24 dir() = undefined
25 dirxml() = "overridden dirxml() in top frame" 25 dirxml() = "overridden dirxml() in top frame"
26 table = 26 table =
27 clear = "local in top frame" 27 clear = "local in top frame"
28 x: = VM:1 Uncaught SyntaxError: Unexpected end of input 28 x: = VM:1 Uncaught SyntaxError: Unexpected end of input
29 at Object.pauseInsideIframe (<anonymous>:6:5) 29 at Object.pauseInsideIframe (<anonymous>:6:5)
30 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) 30 at testFunction (debugger-eval-on-cal…side-iframe.html:35)
31 pauseInsideIframe @ VM:6 31 pauseInsideIframe @ VM:6
32 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 32 testFunction @ debugger-eval-on-cal…side-iframe.html:35
33 setTimeout (async) 33 setTimeout (async)
34 scheduleTestFunction @ debugger-test.js:3 34 scheduleTestFunction @ debugger-test.js:3
35 (anonymous) @ VM:1 35 (anonymous) @ VM:1
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698