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

Unified Diff: LayoutTests/inspector/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: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-uncaught-promise-no-inspector-expected.txt
diff --git a/LayoutTests/inspector/console/console-uncaught-promise-no-inspector-expected.txt b/LayoutTests/inspector/console/console-uncaught-promise-no-inspector-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0fb4bf3a57fecfb24bc43776dc8638368abab9de
--- /dev/null
+++ b/LayoutTests/inspector/console/console-uncaught-promise-no-inspector-expected.txt
@@ -0,0 +1,4 @@
+CONSOLE ERROR: line 7: Unhandled promise rejection
+CONSOLE ERROR: line 26: Unhandled promise rejection
+CONSOLE ERROR: line 45: Unhandled promise rejection
+Tests that uncaught promise rejection messages have line numbers when the inspector is closed and stack traces are not collected.

Powered by Google App Engine
This is Rietveld 408576698