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

Unified Diff: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt

Issue 344883006: Give the RequestFetcher access to cross-origin URLs when allowed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/fetch/FetchRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt b/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt
index 262f896d6a7008e8b50de7600d0f93458d0dc5e6..25932e0777943c68abe083c17f10d1e973c2fdcc 100644
--- a/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt
+++ b/LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE ERROR: Not allowed to load local resource: index.html
CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.
CONSOLE MESSAGE: line 6: XHR loaded: 1
@@ -34,9 +33,9 @@ Dumping request: http://localhost:8080/inspector/network/resources/resource.php?
Running: testResourceFromFileScheme
Loading resource from file:///var/www/index.html
-Failed: Couldn't create a loader
-Dumping request: http://localhost:8080/inspector/network/resources/resource.php?cached=1
- statusCode: 304
+Failed: Loading resource for inspector failed
+Dumping request: file:///var/www/index.html
+ statusCode: 0
Running: testResourceWithCookie
Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-cookie.php
« no previous file with comments | « no previous file | Source/core/fetch/FetchRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698