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

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

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 4 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/http/tests/inspector-enabled/console-exception-source-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt
index 20bd8266805df2ca4a12fe38b6a81f831be8ab28..ae98f1525a087720c595867f633ef968367c81b4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-exception-source-url-expected.txt
@@ -1,6 +1,9 @@
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.
-foo2.js:1 Uncaught ReferenceError: FAIL is not defined(…)
+foo2.js:1 Uncaught ReferenceError: FAIL is not defined
+ at foo (foo2.js:1:18)
+ at onload (http://127.0.0.1:8000/inspector-enabled/console-exception-source-url.html:14:5)
+ at onload (http://127.0.0.1:8000/inspector-enabled/console-exception-source-url.html:34:25)
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698