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

Unified Diff: LayoutTests/http/tests/htmlimports/redirect-expected.txt

Issue 149643003: Improve handling of CORS redirects for some resource loads. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use canRequest() when checking redirect origin; remove redundant null checks. Created 6 years, 10 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/htmlimports/redirect-expected.txt
diff --git a/LayoutTests/http/tests/htmlimports/redirect-expected.txt b/LayoutTests/http/tests/htmlimports/redirect-expected.txt
index 14a4b705c27b9cfe0733697fa89547278f4c44cb..0e40752c6352b559ed25fd6b2653e9bee6c06d77 100644
--- a/LayoutTests/http/tests/htmlimports/redirect-expected.txt
+++ b/LayoutTests/http/tests/htmlimports/redirect-expected.txt
@@ -2,7 +2,7 @@ CONSOLE ERROR: Imported resource from origin 'http://localhost:8000' has been bl
CONSOLE ERROR: Imported resource from origin 'http://localhost:8000' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
PASS Accessing to a same origin import
-PASS Accessing to CORS-enabed origin import
+PASS Accessing to CORS-enabled origin import
PASS Blocking access to a cross origin import
PASS Accessing to a same origin import including same domain redirect
PASS Accessing to a CORS origin import including same domain redirect

Powered by Google App Engine
This is Rietveld 408576698