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

Side by Side Diff: LayoutTests/inspector-enabled/console/console-uncaught-promise-no-inspector-expected.txt

Issue 693183002: Show correct location of unhandled promise rejection messages when DevTools closed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 6 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE ERROR: line 9: Unhandled promise rejection
2 CONSOLE ERROR: line 28: Unhandled promise rejection
3 CONSOLE ERROR: line 47: Unhandled promise rejection
4 Tests that uncaught promise rejection messages have line numbers when the inspec tor is closed and stack traces are not collected.
5
6 console-uncaught-promise-no-inspector.html:9 Unhandled promise rejection Promise
7 __proto__: Promise
8 [[PromiseStatus]]: "rejected"
9 [[PromiseValue]]: Error: err1
10 console-uncaught-promise-no-inspector.html:28 Unhandled promise rejection Promis e
11 __proto__: Promise
12 [[PromiseStatus]]: "rejected"
13 [[PromiseValue]]: Error: err2
14 console-uncaught-promise-no-inspector.html:47 Unhandled promise rejection Promis e
15 __proto__: Promise
16 [[PromiseStatus]]: "rejected"
17 [[PromiseValue]]: DOMException: Failed to execute 'removeChild' on 'Node': T he node to be removed is not a child of this node.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698