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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-expected.txt

Issue 2116563003: [DevTools] Report unhandled exceptions and promise rejections through Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after ExceptionDetails change Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-expected.txt
index b5fbe8f7fb6f07f8ec84e9a7e22cb9047b439035..1758b565accfb6b815a6462829f2d1de91af48ed 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-expected.txt
@@ -1,8 +1,6 @@
CONSOLE ERROR: line 12: Uncaught (in promise) Error: Handled error
CONSOLE ERROR: line 12: Uncaught (in promise) Error: Handled error
CONSOLE ERROR: line 12: Uncaught (in promise) Error: Handled error
-CONSOLE MESSAGE: Handler added to rejected promise
-CONSOLE MESSAGE: Handler added to rejected promise
Tests that console revokes lazily handled promise rejections.
Creating promise

Powered by Google App Engine
This is Rietveld 408576698