[wpt-sync] Sync PR 61664 - Add tests for available-dictionary header with large resources.
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61664 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61664
Details from upstream follow.
Frédéric Wang Nélar <fwang@igalia.com> wrote:
Add tests for available-dictionary header with large resources.
This is a follow-up of CL 8126502.
Bug: 522338661, 40255884
Change-Id: I3b67622132675e3c528ecbea3b7962a30ecf9995
Reviewed-on: https://chromium-review.googlesource.com/8138686
WPT-Export-Revision: 5d2497f5521527ebf36b21226d0e37d583381191
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4d2f3037d9f8c2bf25a81f7ab9c938d0a0487d36
| Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 31 tests and 2 subtests
Status Summary
Firefox
OK : 1[GitHub] 30[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-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
PASS: 4[GitHub] 84[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-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
FAIL: 13
Chrome
OK : 1
PASS: 4
Safari
OK : 1
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fetch/compression-dictionary/compressed-large-resources-002.tentative.https.html [wpt.fyi]:
SKIP - /fetch/compression-dictionary/compressed-large-resources-001.tentative.https.html [wpt.fyi]
- Loading self-compressed-image-001.png.dcb using image-001.png as a dictionary works:
FAIL
- Loading self-compressed-image-001.png.dcb using image-001.png as a dictionary works:
- /fetch/compression-dictionary/dictionary-decompression.tentative.https.html [wpt.fyi]
- Decompression using Brotli fails when dictionary hash mismatches:
FAIL - Decompression using Zstandard fails when dictionary hash mismatches:
FAIL
- Decompression using Brotli fails when dictionary hash mismatches:
- /fetch/compression-dictionary/dictionary-fetch-no-cors.tentative.https.html [wpt.fyi]
- Opaque responses resulting from cross-origin redirects in no-cors mode do not register dictionary:
FAIL
- Opaque responses resulting from cross-origin redirects in no-cors mode do not register dictionary:
- /fetch/compression-dictionary/dictionary-fetch-timing-001.tentative.https.html [wpt.fyi]
- Timing of compression dictionary fetches for <link> element and Link header.:
FAIL
- Timing of compression dictionary fetches for <link> element and Link header.:
- /fetch/compression-dictionary/dictionary-fetch-timing-002.tentative.https.html [wpt.fyi]
- <link rel=compression-dictionary> are fetched after DOM operations.:
FAIL
- <link rel=compression-dictionary> are fetched after DOM operations.:
- /fetch/compression-dictionary/dictionary-fetch-with-link-connect-src-nonce.tentative.https.html [wpt.fyi]
- All <link rel=compression-dictionary> are blocked via CSP rule connect-src 'nonce-abc', even when they have a matching cryptographic nonce.:
FAIL
- All <link rel=compression-dictionary> are blocked via CSP rule connect-src 'nonce-abc', even when they have a matching cryptographic nonce.:
- /fetch/compression-dictionary/dictionary-fetch-with-link-connect-src.tentative.https.html [wpt.fyi]
- link rel=compression-dictionary can be blocked via connect-src.:
FAIL
- link rel=compression-dictionary can be blocked via connect-src.:
- /fetch/compression-dictionary/dictionary-match.tentative.https.html [wpt.fyi]
- Dictionary with unknown match-dest is not used for fetch() API:
FAIL - match-dest presence takes priority over longer match patterns:
FAIL
- Dictionary with unknown match-dest is not used for fetch() API:
- /fetch/compression-dictionary/dictionary-registration.tentative.https.html [wpt.fyi]
- Dictionary with 1025 character dictionary ID is not registered:
FAIL - Dictionary registration with dictionary ID (valid characters and backslash escaping):
FAIL
- Dictionary with 1025 character dictionary ID is not registered:
- /fetch/compression-dictionary/fetch-destination.tentative.https.html [wpt.fyi]
- HTMLLinkElement with rel=compression-dictionary fetches with a "compression-dictionary" string Request.destination:
FAIL
- HTMLLinkElement with rel=compression-dictionary fetches with a "compression-dictionary" string Request.destination:
Description
•