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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resources/source3.js

Issue 2491213003: DevTools: clicking console messages with traces should check for links (Closed)
Patch Set: Created 4 years, 1 month 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/resources/source3.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resources/source3.js b/third_party/WebKit/LayoutTests/http/tests/inspector/resources/source3.js
new file mode 100644
index 0000000000000000000000000000000000000000..bd7d8a52988d60a3c24652251aef9b75c762fbb1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resources/source3.js
@@ -0,0 +1,4 @@
+function foo()
+{
+ console.error(new Error("http://127.0.0.1:8000/inspector/resources/source3.js"));
+}

Powered by Google App Engine
This is Rietveld 408576698