[go: up one dir, main page]

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

Add tests using Request/fetch similar to the XHR ones added in #4953 #7848

Merged

Conversation

mkruisselbrink
Copy link
Contributor
@mkruisselbrink mkruisselbrink commented Oct 16, 2017

As far as I can tell the Request spec has the same behavior where on creating the Request we're supposed to parse the URL and get a reference to the underlying blob, and as such this test is supposed to pass.

@mkruisselbrink
Copy link
Contributor Author

@annevk does my understanding here match yours?

@ghost
Copy link
ghost commented Oct 16, 2017

Build PASSED

Started: 2017-11-30 14:47:33
Finished: 2017-11-30 14:56:47

Failing Jobs

  • MicrosoftEdge:14.14393

View more information about this build on:

Copy link
Member
@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also test passing the URL directly to fetch()? Did you file implementation bugs?

@gsnedders
Copy link
Member

This is approved, is there any reason why it isn't merged? (Had CI not finished when it was approved?)

@annevk
Copy link
Member
annevk commented Nov 29, 2017

The reason I didn't merge it is because I asked questions. It's easier to get questions answered if something isn't marked as resolved.

@mkruisselbrink
Copy link
Contributor Author

Sorry for the delay, I somehow missed the earlier approval/comments. Added a test passing url directly to fetch(). Haven't filed any implementation bugs, no, as I wasn't sure this was actually the behavior we want to specs to describe. But I think I now agree that it probably is the right behavior.

@mkruisselbrink mkruisselbrink merged commit e05f326 into web-platform-tests:master Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants