[wpt-sync] Sync PR 61309 - Add test to verify that link rel=compression-dictionary fetches can be blocked via connect-src
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61309 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61309
Details from upstream follow.
Frédéric Wang Nélar <fwang@igalia.com> wrote:
Add test to verify that link rel=compression-dictionary fetches can be blocked via connect-src
| Assignee | ||
Updated•7 days ago
|
| Assignee | ||
Comment 1•5 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=18f98802b2a64dd4d024d5234df021b33819fe98
| Assignee | ||
Comment 2•5 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 16 tests and 16 subtests
Status Summary
Firefox
OK : 1[GitHub] 16[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: 44
FAIL: 1[GitHub] 9[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]
Chrome
OK : 1
PASS: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /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-with-link-connect-src.tentative.https.html [wpt.fyi]
- link rel=compression-dictionary can be blocked via connect-src.:
FAIL(Chrome:PASS, Safari: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:
https://hg.mozilla.org/mozilla-central/rev/16d0f1fdd9b5
https://hg.mozilla.org/mozilla-central/rev/d0af4ff170c7
Description
•