mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Sync WPT with upstream (13-06-2025) (#37436)
Automated downstream sync of changes from upstream as of 13-06-2025 [no-wpt-sync] --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
e4da496e2d
commit
a7e9df0fef
339 changed files with 7696 additions and 1370 deletions
15
tests/wpt/meta/fetch/compression-dictionary/dictionary-compressed.tentative.https.html.ini
vendored
Normal file
15
tests/wpt/meta/fetch/compression-dictionary/dictionary-compressed.tentative.https.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[dictionary-compressed.tentative.https.html]
|
||||
[Decompresion using gzip-encoded dictionary works as expected]
|
||||
expected: FAIL
|
||||
|
||||
[Decompresion using Brotli-encoded dictionary works as expected]
|
||||
expected: FAIL
|
||||
|
||||
[Decompresion using Zstandard-encoded dictionary works as expected]
|
||||
expected: FAIL
|
||||
|
||||
[A dcb dictionary-compressed dictionary can be used as a dictionary for future requests.]
|
||||
expected: FAIL
|
||||
|
||||
[A dcz dictionary-compressed dictionary can be used as a dictionary for future requests.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[dictionary-fetch-no-cors.tentative.https.html]
|
||||
[Fetch cross-origin no-cors request does not include Available-Dictionary header]
|
||||
expected: FAIL
|
|
@ -7,3 +7,9 @@
|
|||
|
||||
[New dictionary registration overrides the existing one]
|
||||
expected: FAIL
|
||||
|
||||
[Dictionary registration does not invalidate cache entry]
|
||||
expected: FAIL
|
||||
|
||||
[Expired dictionary is not used]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue