[wpt-sync] Sync PR 27142 - Make the tests for multipart/form-data escapes not tentative
Categories
(Core :: DOM: File, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(2 files)
Sync web-platform-tests PR 27142 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27142
Details from upstream follow.
b'Andreu Botella <abb@randomunok.com>' wrote:
Make the tests for multipart/form-data escapes not tentative
See whatwg/html#6282.
This change doesn't mark the tests dealing with building a multipart/form-data request body directly from a
FormData
object because some of the details are still being worked on in whatwg/html#6247.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 6 subtests
Status Summary
Firefox
OK : 5
PASS: 50
FAIL: 7
Chrome
OK : 5
PASS: 57
Safari
OK : 5
PASS: 57
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/FileAPI/file/send-file-form-controls.html
Upload file-for-upload-in-form-NUL-[<].txt (ASCII) in UTF-8 form: FAIL
Upload file-for-upload-in-form-LF-[
].txt (ASCII) in UTF-8 form: FAIL
Upload file-for-upload-in-form-LF-CR-[
].txt (ASCII) in UTF-8 form: FAIL
Upload file-for-upload-in-form-CR-[
].txt (ASCII) in UTF-8 form: FAIL
Upload file-for-upload-in-form-CR-LF-[
].txt (ASCII) in UTF-8 form: FAIL
/FileAPI/file/send-file-form-punctuation.html
Upload file-for-upload-in-form-QUOTATION-MARK-["].txt (ASCII) in UTF-8 form: FAIL
Upload "file-for-upload-in-form-double-quoted.txt" (ASCII) in UTF-8 form: FAIL
New Tests That Don't Pass
/FileAPI/file/send-file-form-controls.html
Upload file-for-upload-in-form-NUL-[<].txt (ASCII) in UTF-8 form: FAIL (Chrome: PASS, Safari: PASS)
Upload file-for-upload-in-form-LF-[
].txt (ASCII) in UTF-8 form: FAIL (Chrome: PASS, Safari: PASS)
Upload file-for-upload-in-form-LF-CR-[
].txt (ASCII) in UTF-8 form: FAIL (Chrome: PASS, Safari: PASS)
Upload file-for-upload-in-form-CR-[
].txt (ASCII) in UTF-8 form: FAIL (Chrome: PASS, Safari: PASS)
Upload file-for-upload-in-form-CR-LF-[
].txt (ASCII) in UTF-8 form: FAIL (Chrome: PASS, Safari: PASS)
/FileAPI/file/send-file-form-punctuation.html
Upload file-for-upload-in-form-QUOTATION-MARK-["].txt (ASCII) in UTF-8 form: FAIL (Chrome: PASS, Safari: PASS)
Upload "file-for-upload-in-form-double-quoted.txt" (ASCII) in UTF-8 form: FAIL (Chrome: PASS, Safari: PASS)
Comment 4•5 years ago
|
||
Automatic update from web-platform-tests
Make the tests for multipart/form-data escapes not tentative
See whatwg/html#6282.
This change doesn't mark the tests dealing with building a
multipart/form-data request body directly from a FormData
object
because some of the details are still being worked on in
whatwg/html#6247.
wpt-commits: c7b6a59ca2ae1f71b1711884eefa135e20ca8bc9
wpt-pr: 27142
Comment 5•5 years ago
|
||
wpt-pr: 27142
wpt-type: metadata
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b70b8b891ecd
https://hg.mozilla.org/mozilla-central/rev/62dca9615395
Description
•