Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInvestigate test failures in formdata.htm #12341
Comments
|
@KiChjang tanks, will investigate. |
|
Feel free to contact us at #servo on |
|
This appears to be a missing implementation for the |
|
cc @Manishearth |
|
We now have proper file support too, so after the union issue it should be straightforward to make formdata serialize with files inside it. |
|
Sounds like we know the solution and it's not possible to implement it yet. |
|
This is still blocked on #9490. |
|
#9490 was fixed. |
|
The test linked is no longer failing on master. |
The XHR
responseTextis empty on all responses when running the WPT test. We should investigate what's wrong here. Possible areas of failure include: 1) the Python script is not returning values properly, 2) XHR is not serializingFormDataproperly.cc @Scorpil
Code:
components/script/dom/formdata.rs,components/script/dom/xmlhttprequest.rsSpec: https://xhr.spec.whatwg.org/#the-send()-method
Test:
components/wpt/web-platform-tests/XMLHttpRequest/formdata.htm