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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... 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 CONSOLE ERROR: line 3484: The given range isn't in document.
2 CONSOLE ERROR: line 3484: The given range isn't in document.
1 3
2 Test that evaluation on call frame works across all inspected windows in the cal l stack. 4 Test that evaluation on call frame works across all inspected windows in the cal l stack.
3 5
4 Set timer for test function. 6 Set timer for test function.
5 Call stack: 7 Call stack:
6 0) pauseInsideIframe (:6) 8 0) pauseInsideIframe (:6)
7 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) 9 1) testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)
8 10
9 === Evaluating on iframe === 11 === Evaluating on iframe ===
10 dir() = "overridden dir() in iframe" 12 dir() = "overridden dir() in iframe"
(...skipping 10 matching lines...) Expand all
21 dir() = undefined 23 dir() = undefined
22 dirxml() = "overridden dirxml() in top frame" 24 dirxml() = "overridden dirxml() in top frame"
23 table = 25 table =
24 clear = "local in top frame" 26 clear = "local in top frame"
25 x: = VM:1 Uncaught SyntaxError: Unexpected end of input 27 x: = VM:1 Uncaught SyntaxError: Unexpected end of input
26 at Object.pauseInsideIframe (<anonymous>:6:5) 28 at Object.pauseInsideIframe (<anonymous>:6:5)
27 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35) 29 at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)
28 pauseInsideIframe @ VM:6 30 pauseInsideIframe @ VM:6
29 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35 31 testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
30 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698