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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt

Issue 911993002: DevTools: [Console] render console stacktraces consistently (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline one more test Created 5 years, 10 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 16: Uncaught (in promise) Error: inspector.err1 1 CONSOLE ERROR: line 16: Uncaught (in promise) Error: inspector.err1
2 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2 2 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2
3 Tests uncaught promise rejections fired during pause. 3 Tests uncaught promise rejections fired during pause.
4 4
5 Set timer for test function. 5 Set timer for test function.
6 debugger-uncaught-promise-on-pause.html:10 Console was cleared 6 debugger-uncaught-promise-on-pause.html:10 Console was cleared
7 7
8 debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: insp ector.err1 {stack: (...), message: "inspector.err1"} 8 debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: insp ector.err1 {stack: (...), message: "inspector.err1"}
9 message: "inspector.err1" 9 message: "inspector.err1"
10 stack: (...) 10 stack: (...)
11 get stack: function () { [native code] } 11 get stack: function () { [native code] }
12 set stack: function () { [native code] } 12 set stack: function () { [native code] }
13 __proto__: d 13 __proto__: d
14 debugger-uncaught-promise-on-pause.html:16 runPromises 14
15 debugger-uncaught-promise-on-pause.html:41 timeout 15 runPromises @ debugger-uncaught-promise-on-pause.html:16
16 timeout @ debugger-uncaught-promise-on-pause.html:41
16 17
17 debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: insp ector.err2 {stack: (...), message: "inspector.err2"} 18 debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: insp ector.err2 {stack: (...), message: "inspector.err2"}
18 message: "inspector.err2" 19 message: "inspector.err2"
19 stack: (...) 20 stack: (...)
20 get stack: function () { [native code] } 21 get stack: function () { [native code] }
21 set stack: function () { [native code] } 22 set stack: function () { [native code] }
22 __proto__: d 23 __proto__: d
23 debugger-uncaught-promise-on-pause.html:34 runPromises 24
24 debugger-uncaught-promise-on-pause.html:41 timeout 25 runPromises @ debugger-uncaught-promise-on-pause.html:34
26 timeout @ debugger-uncaught-promise-on-pause.html:41
25 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698