blob: 6178cdeb400f4f2a83d9442b1e11510d58b6570c [file] [log] [blame]
Tests that evt.preventDefault() in window.onunhandledrejection suppresses console output.
----console messages start----
console-promise-reject-and-handle.html:8 onunhandledrejection1
console-promise-reje…-and-handle.html:15 onrejectionhandled1
console-promise-reje…-and-handle.html:24 onunhandledrejection2
console-promise-reje…-and-handle.html:22 Uncaught (in promise) Error: e
at setupPromise2 (console-promise-reje…-and-handle.html:22)
console-promise-reje…-and-handle.html:30 onrejectionhandled2
----console messages end----