Files
servo/tests/wpt/metadata/XMLHttpRequest/formdata.htm.ini
Ms2ger e72b5613ee Don't move the data when extracting the bytes in XMLHttpRequest::Send.
The data is used later to set the Content-Type header. Current rustc
(4d2af3861) does not detect this use-after-move, but treats the later use as
if the data was None. It will, however, detect the bug in d2b30f7d3, which we
are upgrading to.
2014-09-29 17:52:44 +02:00

12 lines
174 B
INI

[formdata.htm]
type: testharness
[formdata with string]
expected: FAIL
[formdata with named string]
expected: FAIL
[formdata from form]
expected: FAIL