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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disable-cache-cors-expected.txt

Issue 1860693004: Allow custom inspector header for CORS preflight. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/network/network-disable-cache-cors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disable-cache-cors-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disable-cache-cors-expected.txt
index 97d5815d8ba03e7f9a85b93fdc47df204405dc08..07b460c46e2a436e4a9cf21b65e9ebc001a02504 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disable-cache-cors-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disable-cache-cors-expected.txt
@@ -1,6 +1,9 @@
+CONSOLE ERROR: Fetch API cannot load http://localhost:8080/inspector/network/resources/cors-redirect.cgi. Response for preflight is invalid (redirect)
CONSOLE MESSAGE: line 32: Done.
-Tests that preflight OPTIONS is always sent if 'Disable cache' is checked.
+Tests that preflight OPTIONS is always sent if 'Disable cache' is checked, and that network instrumentation does not produce errors for redirected preflights.
+OPTIONS: http://localhost:8080/inspector/network/resources/cors-redirect.cgi
+OPTIONS: http://localhost:8080/inspector/network/resources/cors-redirect.cgi
OPTIONS: http://localhost:8000/inspector/network/resources/cors.cgi
POST: http://localhost:8000/inspector/network/resources/cors.cgi
OPTIONS: http://localhost:8000/inspector/network/resources/cors.cgi

Powered by Google App Engine
This is Rietveld 408576698