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. |