Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt |
| index db658522e5d2ef3b88dadd01b7c8367e8f5e63a9..6eb5e9844d84b59a443983447aa94b1547a71d4d 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt |
| @@ -9,3 +9,9 @@ This page was requested with the HTTP method GET. |
| Parameters: |
| test-field = test-value |
| +Http headers: |
| + |
| +HTTP_CONNECTION = keep-alive |
| +HTTP_HOST = localhost:8000 |
| +HTTP_REFERER = http://127.0.0.1:8000/navigation/form-targets-cross-site-frame-get.html |
| +HTTP_UPGRADE_INSECURE_REQUESTS = 1 |
|
Łukasz Anforowicz
2016/08/09 17:55:51
Interestingly, there is no HTTP_ORIGIN header here
jww
2016/08/09 22:38:22
The Origin header is defined by the Web Origin Con
Łukasz Anforowicz
2016/08/10 00:03:19
Thanks for the explanation. I feel much better ab
jww
2016/08/10 00:44:52
As mentioned on the bug, the Fetch spec is the def
|