tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 90f3a8f1234249b6d986f1cf887d9692b266c902
parent 8cc9073e81a6e469aa088fd37327bcccc367cb44
Author: Randell Jesup <rjesup@mozilla.com>
Date:   Tue,  7 Oct 2025 17:55:51 +0000

Bug 1918741: Change Compression Dictionary WPTs to assume pass r=necko-reviewers,kershaw

Differential Revision: https://phabricator.services.mozilla.com/D255714

Diffstat:
Dtesting/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-cache.tentative.https.html.ini | 3---
Dtesting/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-cookies.tentative.https.html.ini | 3---
Dtesting/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-storage.tentative.https.html.ini | 3---
Mtesting/web-platform/meta/fetch/compression-dictionary/dictionary-compressed.tentative.https.html.ini | 15---------------
Dtesting/web-platform/meta/fetch/compression-dictionary/dictionary-decompression.tentative.https.html.ini | 9---------
Mtesting/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-no-cors.tentative.https.html.ini | 3---
Dtesting/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-with-link-element.tentative.https.html.ini | 9---------
Dtesting/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-with-link-header.tentative.https.html.ini | 3---
Dtesting/web-platform/meta/fetch/compression-dictionary/dictionary-registration.tentative.https.html.ini | 15---------------
9 files changed, 0 insertions(+), 63 deletions(-)

diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-cache.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-cache.tentative.https.html.ini @@ -1,3 +0,0 @@ -[dictionary-clear-site-data-cache.tentative.https.html] - [Clear-Site-Data with "cache" directive must unregister dictionary] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-cookies.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-cookies.tentative.https.html.ini @@ -1,3 +0,0 @@ -[dictionary-clear-site-data-cookies.tentative.https.html] - [Clear-Site-Data with "cookies" directive must unregister dictionary] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-storage.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-clear-site-data-storage.tentative.https.html.ini @@ -1,3 +0,0 @@ -[dictionary-clear-site-data-storage.tentative.https.html] - [Clear-Site-Data with "storage" directive must not unregister dictionary] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-compressed.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-compressed.tentative.https.html.ini @@ -1,15 +0,0 @@ -[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 diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-decompression.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-decompression.tentative.https.html.ini @@ -1,9 +0,0 @@ -[dictionary-decompression.tentative.https.html] - [Decompresion using Brotli with the dictionary works as expected] - expected: FAIL - - [Decompresion using Zstandard with the dictionary works as expected] - expected: FAIL - - [Decompresion of a cross origin resource works as expected] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-no-cors.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-no-cors.tentative.https.html.ini @@ -1,3 +0,0 @@ -[dictionary-fetch-no-cors.tentative.https.html] - [Fetch cross-origin no-cors request does not include Available-Dictionary header] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-with-link-element.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-with-link-element.tentative.https.html.ini @@ -1,9 +0,0 @@ -[dictionary-fetch-with-link-element.tentative.https.html] - [Fetch cross origin dictionary using link element] - expected: FAIL - - [Fetch same origin dictionary using link element] - expected: FAIL - - [Browser supports link element with compression-dictionary rel.] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-with-link-header.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-with-link-header.tentative.https.html.ini @@ -1,3 +0,0 @@ -[dictionary-fetch-with-link-header.tentative.https.html] - [Fetch same origin dictionary using link header] - expected: FAIL diff --git a/testing/web-platform/meta/fetch/compression-dictionary/dictionary-registration.tentative.https.html.ini b/testing/web-platform/meta/fetch/compression-dictionary/dictionary-registration.tentative.https.html.ini @@ -1,15 +0,0 @@ -[dictionary-registration.tentative.https.html] - [Simple dictionary registration and unregistration] - expected: FAIL - - [Dictionary registration with dictionary ID] - expected: FAIL - - [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