Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Origin header in http_network_or_cache_fetch #15903

Merged
merged 2 commits into from Mar 10, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Update WPT test expectations

  • Loading branch information
samgiles authored and wafflespeanut committed Mar 10, 2017
commit 186dec136f3f0bc0f1cade76594ceb9a69a24a56
@@ -3,6 +3,3 @@
[Referer header]
expected: FAIL

[Origin header]
expected: FAIL

@@ -1,14 +1,5 @@
[allow-headers.htm]
type: testharness
[Allow origin: *]
expected: FAIL

[Allow origin: _*__]
expected: FAIL

[Allow origin: [tab\]*]
expected: FAIL

[Allow origin: undefined//undefined]
expected: FAIL

@@ -21,15 +12,6 @@
[Allow origin: [tab\]undefined//undefined]
expected: FAIL

[Allow origin: http://web-platform.test:8000]
expected: FAIL

[Allow origin: _http://web-platform.test:8000]
expected: FAIL

[Allow origin: _http://web-platform.test:8000___[tab\]_]
expected: FAIL

[Allow origin: [tab\]http://web-platform.test:8000]
expected: FAIL

@@ -1,14 +1,5 @@
[basic.htm]
type: testharness
[Cross domain basic usage]
expected: FAIL

[Same domain different port]
expected: FAIL

[Cross domain different port]
expected: FAIL

[Cross domain different protocol]
expected: FAIL

@@ -1,12 +1,8 @@
[credentials-flag.htm]
type: testharness
expected: TIMEOUT
[Don't send cookie by default]
expected: TIMEOUT
[Access-Control-Allow-Credentials: True should be disallowed (async)]
expected: FAIL

[Don't send cookie part 2]
expected: TIMEOUT

[Don't obey Set-Cookie when withCredentials=false]
expected: TIMEOUT
[Access-Control-Allow-Credentials: TRUE should be disallowed (async)]
expected: FAIL

@@ -1,14 +1,5 @@
[origin.htm]
type: testharness
[Allow origin: *]
expected: FAIL

[Allow origin: _*__]
expected: FAIL

[Allow origin: [tab\]*]
expected: FAIL

[Allow origin: undefined//undefined]
expected: FAIL

@@ -21,15 +12,6 @@
[Allow origin: [tab\]undefined//undefined]
expected: FAIL

[Allow origin: http://web-platform.test:8000]
expected: FAIL

[Allow origin: _http://web-platform.test:8000]
expected: FAIL

[Allow origin: _http://web-platform.test:8000___[tab\]_]
expected: FAIL

[Allow origin: [tab\]http://web-platform.test:8000]
expected: FAIL

@@ -56,24 +56,6 @@
[remote (undefined//undefined) to remote2 (null), expect origin=null]
expected: FAIL

[local (*) to remote (*), expect origin=http://web-platform.test:8000]
expected: FAIL

[local (*) to remote (http://web-platform.test:8000), expect origin=http://web-platform.test:8000]
expected: FAIL

[local (http://web-platform.test:8000) to remote (*), expect origin=http://web-platform.test:8000]
expected: FAIL

[local (http://web-platform.test:8000) to remote (http://web-platform.test:8000), expect origin=http://web-platform.test:8000]
expected: FAIL

[local (null) to remote (*), expect origin=http://web-platform.test:8000]
expected: FAIL

[local (none) to remote (*), expect origin=http://web-platform.test:8000]
expected: FAIL

[remote (http://web-platform.test:8000) to local (*), expect origin=null]
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -1,15 +1,9 @@
[eventsource-cross-origin.htm]
type: testharness
expected: TIMEOUT
[EventSource: cross-origin basic use]
expected: TIMEOUT

[EventSource: cross-origin redirect use]
expected: TIMEOUT

[EventSource: cross-origin redirect use recon]
expected: TIMEOUT

[EventSource: cross-origin allow-origin: http://example.org should fail]
expected: FAIL

This file was deleted.

This file was deleted.

@@ -1,23 +1,14 @@
[request-headers.html]
type: testharness
[Fetch with PUT without body]
expected: FAIL

[Fetch with PUT with body]
expected: FAIL

[Fetch with POST without body]
expected: FAIL

[Fetch with POST with text body]
expected: FAIL

[Fetch with POST with FormData body]
expected: FAIL

[Fetch with POST with Blob body]
expected: FAIL

[Fetch with POST with ArrayBuffer body]
expected: FAIL

@@ -48,15 +39,6 @@
[Fetch with POST with URLSearchParams body]
expected: FAIL

[Fetch with POST and mode "same-origin" needs an Origin header]
expected: FAIL

[Fetch with POST and mode "no-cors" needs an Origin header]
expected: FAIL

[Fetch with PUT and mode "same-origin" needs an Origin header]
expected: FAIL

[Fetch with TacO and mode "same-origin" needs an Origin header]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.