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

fetch origin referrer tests miss slash #2618

Closed
franziskuskiefer opened this issue Feb 24, 2016 · 1 comment
Closed

fetch origin referrer tests miss slash #2618

franziskuskiefer opened this issue Feb 24, 2016 · 1 comment
Labels

Comments

@franziskuskiefer
Copy link
Contributor

The fetch origin referrer test fetch/api/policies/referrer-origin.html expects http://web-platform.test:8000 as referer instead of http://web-platform.test:8000/.

@jdm jdm added the fetch label Feb 24, 2016
@annevk
Copy link
Member

annevk commented Feb 21, 2017

It appears that specific bug has been fixed by c8bb82a.

This test still has a problem however that it always expects a non-default port to be used, so http://w3c-test.org/fetch/api/policies/referrer-origin.html ends up failing for no reason (although the second test should fail since Firefox has apparently not yet relaxed its Request constructor).

I'm not sure how to fix the default port issue since the documentation for WPT is still broken and nobody is around on IRC to help.

annevk added a commit that referenced this issue Feb 22, 2017
In particular, this makes it no longer depend on the port being a
non-default-port for the scheme.

Closes #2618.
annevk added a commit that referenced this issue Feb 22, 2017
In particular, this makes it no longer depend on the port being a
non-default-port for the scheme.

Closes #2618.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants