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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-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 Tests that evaluation in console that throws works fine when script is paused. 3 Tests that evaluation in console that throws works fine when script is paused.
2 4
3 Set timer for test function. 5 Set timer for test function.
4 Dumping console messages: 6 Dumping console messages:
5 7
6 injectedFunction() 8 injectedFunction()
7 VM:6 Uncaught Error: injectedObj.func 9 VM:6 Uncaught Error: injectedObj.func
8 at Object.func (<anonymous>:6:23) 10 at Object.func (<anonymous>:6:23)
9 at injectedFunction (<anonymous>:9:28) 11 at injectedFunction (<anonymous>:9:28)
10 at eval (eval at evaluate (:117:21), <anonymous>:1:1) 12 at eval (eval at evaluate (:117:21), <anonymous>:1:1)
(...skipping 12 matching lines...) Expand all
23 testFunction @ test.js:18 25 testFunction @ test.js:18
24 globalObj.func() 26 globalObj.func()
25 test.js:6 Uncaught Error: globalObj.func 27 test.js:6 Uncaught Error: globalObj.func
26 at Object.func (test.js:11:15) 28 at Object.func (test.js:11:15)
27 at eval (eval at evaluate (:117:21), <anonymous>:1:11) 29 at eval (eval at evaluate (:117:21), <anonymous>:1:11)
28 at testFunction (test.js:23:5) 30 at testFunction (test.js:23:5)
29 func @ test.js:6 31 func @ test.js:6
30 (anonymous) @ VM:1 32 (anonymous) @ VM:1
31 testFunction @ test.js:18 33 testFunction @ test.js:18
32 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698