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

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, 6 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/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..a7a80adabc6db5600cb0cc9bb305b5764f24e5d1
--- /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.
+
+Uncaught ReferenceError: FAIL is not defined foo2.js:1
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698