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

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

Issue 660543002: Fix unhandled promise console message to show stack trace of a DOMException. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE ERROR: line 30: Unhandled promise rejection
2 Tests unhandled promise that was rejected with a DOM exception.
3
4 Set timer for test function.
5 debugger-uncaught-promise-on-dom-exception.html:10 Console was cleared
6
7 debugger-uncaught-promise-on-dom-exception.html:30 Unhandled promise rejecti on Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: DOMException: Faile d to execute 'removeChild' on 'Node': The node to be removed is not a child of t h…}
8 __proto__: Promise
9 [[PromiseStatus]]: "rejected"
10 [[PromiseValue]]: DOMException: Failed to execute 'removeChild' on 'Node ': The node to be removed is not a child of this node.
11 debugger-uncaught-promise-on-dom-exception.html:30 throwDOMException
12 debugger-uncaught-promise-on-dom-exception.html:21 p_catch
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698