Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt

Issue 260513004: DevTools: [Console] fix sourceurl when exception happens before inspector is open (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt b/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8cf6576f31e9722d6b1ff6e6dbd35771ad15d301
--- /dev/null
+++ b/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE ERROR: line 1: Uncaught ReferenceError: FAIL is not defined
+Tests that when exception happens before inspector is open source url is correctly shown in console.
+
+Message: foo2.js:1 Uncaught ReferenceError: FAIL is not defined
+TEST COMPLETE
+

Powered by Google App Engine