[wpt-sync] Sync PR 59880 - script: Use "application/octet-stream" for unspecified Blob type for `FileReaderSync.ReadAsDataURL`
Categories
(Core :: DOM: File, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 59880 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/59880
Details from upstream follow.
Euclid Ye <yezhizhenjiakang@gmail.com> wrote:
script: Use "application/octet-stream" for unspecified Blob type for
FileReaderSync.ReadAsDataURLIn https://github.com/servo/servo/pull/44897, I only did this for
FileReaderbut notFileReaderSync.Testing: Similar to https://github.com/servo/servo/pull/44921, there was no such test for
FileReaderSync.
We update the existing test to cover this. It seems in general, test cover forFileReaderis much better.
Reviewed in servo/servo#44924
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=31e736d36723e4193c7cffbb0ad07474369626c2
| Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 100 tests
Status Summary
Firefox
OK : 1[GitHub] 95[Gecko-linux2404-64-debug] 96[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
PASS: 2[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt] 10[GitHub] 1523[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 1524[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
FAIL: 4
Chrome
OK : 1
PASS: 10
Safari
OK : 1
PASS: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /FileAPI/BlobURL/cross-partition-navigation.https.html [wpt.fyi]:
SKIP - /FileAPI/BlobURL/cross-partition-self-fetch.https.html [wpt.fyi]
- Blob URL created in a cross-partition context can fetch itself in a same-partition context.:
FAIL
- Blob URL created in a cross-partition context can fetch itself in a same-partition context.:
- /FileAPI/file/send-file-form-x-user-defined.html [wpt.fyi]:
OK[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview,Gecko-linux2404-64-opt,Gecko-windows11-32-25h2-debug,Gecko-windows11-32-25h2-opt,Gecko-windows11-64-25h2-debug,Gecko-windows11-64-25h2-opt],SKIP[Gecko-linux2404-64-debug] - /FileAPI/url/sandboxed-iframe.html [wpt.fyi]
- Blob URLs can be used in iframes, and are treated same origin:
FAIL - Blob URL fragment is implemented.:
FAIL - Revoke blob URL after creating Request, then clone Request, will fetch:
FAIL
- Blob URLs can be used in iframes, and are treated same origin:
Tests Disabled in Gecko Infrastructure
- /FileAPI/BlobURL/cross-partition-navigation.https.html [wpt.fyi]:
SKIPlinked bug:Bug 1928383 - /FileAPI/file/send-file-form-x-user-defined.html [wpt.fyi]:
OK[Gecko-android-em-14-x86_64-debug-geckoview,Gecko-android-em-14-x86_64-lite-opt-geckoview,Gecko-android-em-14-x86_64-opt-geckoview,Gecko-linux2404-64-opt,Gecko-windows11-32-25h2-debug,Gecko-windows11-32-25h2-opt,Gecko-windows11-64-25h2-debug,Gecko-windows11-64-25h2-opt],SKIP[Gecko-linux2404-64-debug]
Description
•