-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Move XMLHttpRequest/ to xhr/ #8937
Conversation
Like #8895 for quirks, this adapts to whatwg/xhr#184, after which the wpt links are generated and match the shortname. https://xhr.spec.whatwg.org/ currently has a 404 link to https://github.com/w3c/web-platform-tests/tree/master/xhr.
…ources/#/xhr/resources/#g'
Split into a few commits for ease of review, please squash as a single commit using the description of the PR. (The sed step is split more than described, but just for ease of review.) |
Renamed in web-platform-tests: web-platform-tests/wpt#8895 web-platform-tests/wpt#8937
Build ERROREDStarted: 2018-01-06 10:48:19 Failing Jobs
View more information about this build on: |
@jgraham it seems you might need to land this because of the Firefox bot timing out. |
Jobs for the other browsers are also failing, but those failures aren't blocking. Root cause is #7660. I'll merge. |
Like #8895 for quirks,
this adapts to whatwg/xhr#184, after which the
wpt links are generated and match the shortname.
https://xhr.spec.whatwg.org/ currently has a 404 link to
https://github.com/w3c/web-platform-tests/tree/master/xhr.
Steps taken:
This change is