tor-browser

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

commit 4e56f69348ac0cec472f441a6719e81dd25f40f1
parent 467a41404f833e49d1d74439d8848c9798b7c085
Author: Randell Jesup <rjesup@mozilla.com>
Date:   Thu, 16 Oct 2025 04:35:10 +0000

Bug 1993125: Mark android dictionary-fetch-with-link-element as intermittent fail r=necko-reviewers,valentin

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

Diffstat:
Atesting/web-platform/meta/fetch/compression-dictionary/dictionary-fetch-with-link-element.tentative.https.html.ini | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

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 @@ -0,0 +1,8 @@ +[Fetch same origin dictionary using link header] + expected: + if (os == "android"): [OK, ERROR] + +[Fetch cross origin dictionary using link element] + expected: + if (os == "android"): [OK, ERROR] +