| 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
|
|
|