[wpt-sync] Sync PR 41461 - invalid blob type should be equivalent to an empty type
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41461 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41461
Details from upstream follow.
Dan Robertson <drobertson@mozilla.com> wrote:
invalid blob type should be equivalent to an empty type
A Blob with a type that is a non-parsable MIME type should result in a empty content-type.
Related to: https://github.com/whatwg/fetch/issues/1693
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 18 subtests
Status Summary
Firefox
OK
: 2
PASS
: 34
FAIL
: 2
Chrome
OK
: 2
PASS
: 34
FAIL
: 2
Safari
OK
: 2
PASS
: 34
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fetch/api/basic/scheme-blob.sub.any.html [wpt.fyi]
- Fetching URL.createObjectURL(invalid_type_blob) is OK:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Fetching URL.createObjectURL(invalid_type_blob) is OK:
- /fetch/api/basic/scheme-blob.sub.any.worker.html [wpt.fyi]
- Fetching URL.createObjectURL(invalid_type_blob) is OK:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Fetching URL.createObjectURL(invalid_type_blob) is OK:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f632ab4abc0f
https://hg.mozilla.org/mozilla-central/rev/7db869c3ff10
Description
•