[wpt-sync] Sync PR 35488 - Export extra test in FileAPI/url/url-with-fetch.any.js from WebKit
Categories
(Core :: DOM: File, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35488 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35488
Details from upstream follow.
Chris Dumez <cdumez@apple.com> wrote:
Export extra test in FileAPI/url/url-with-fetch.any.js from WebKit
Export extra test in FileAPI/url/url-with-fetch.any.js from WebKit:
https://github.com/WebKit/WebKit/pull/3306The test makes sure that the blob URL is kept alive even after
cloning the fetch Request.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 16 subtests
Status Summary
Firefox
OK : 2
PASS: 28
FAIL: 4
Chrome
OK : 2
PASS: 32
Safari
OK : 2
PASS: 28
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /FileAPI/url/url-with-fetch.any.html [wpt.fyi]
- Revoke blob URL after creating Request, will fetch:
FAIL(Chrome:PASS, Safari:FAIL) - Revoke blob URL after creating Request, then clone Request, will fetch:
FAIL(Chrome:PASS, Safari:FAIL)
- Revoke blob URL after creating Request, will fetch:
- /FileAPI/url/url-with-fetch.any.worker.html [wpt.fyi]
- Revoke blob URL after creating Request, will fetch:
FAIL(Chrome:PASS, Safari:FAIL) - Revoke blob URL after creating Request, then clone Request, will fetch:
FAIL(Chrome:PASS, Safari:FAIL)
- Revoke blob URL after creating Request, will fetch:
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4facf3539d23
https://hg.mozilla.org/mozilla-central/rev/7d75b32066b5
Description
•