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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/unloadable-script-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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/misc/unloadable-script-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/unloadable-script-expected.txt b/third_party/WebKit/LayoutTests/http/tests/misc/unloadable-script-expected.txt
index 79e7d75d1cc9a2a0be00b81a15ef7f2b16171c7c..88fce73661a3d5fbec43893337be570d8af098e9 100644
--- a/third_party/WebKit/LayoutTests/http/tests/misc/unloadable-script-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/unloadable-script-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE ERROR: Not allowed to load local resource: foobar
-CONSOLE ERROR: Not allowed to load local resource: foobar
+CONSOLE ERROR: line 30: Not allowed to load local resource: foobar
+CONSOLE ERROR: line 35: Not allowed to load local resource: foobar
Test for bug 13584: <script> code wrongly assumes requests can't fail.
No crash == SUCCESS.

Powered by Google App Engine
This is Rietveld 408576698