tor-browser

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

commit bcbeecd01aa0147e45ff94f2bce66368f6fc2fa4
parent 3c30cc853f62bdb5103415f7b41fc4dae75bdf32
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Fri,  9 Jan 2026 08:36:56 +0000

Bug 2009075 [wpt PR 57055] - maps "service-workers" web feature, a=testonly

Automatic update from web-platform-tests
maps "service-workers" web feature (#57055)

--

wpt-commits: ef5a56552929af01ec0b3188514c09c2b0bd64c6
wpt-pr: 57055

Diffstat:
Atesting/web-platform/tests/service-workers/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/service-workers/cache-storage/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/service-workers/service-worker/ServiceWorkerGlobalScope/WEB_FEATURES.yml | 6++++++
Mtesting/web-platform/tests/service-workers/service-worker/WEB_FEATURES.yml | 7+++++++
Atesting/web-platform/tests/service-workers/service-worker/multi-globals/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/service-workers/service-worker/navigation-preload/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/service-workers/service-worker/tentative/WEB_FEATURES.yml | 3+++
7 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/service-workers/WEB_FEATURES.yml b/testing/web-platform/tests/service-workers/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: service-workers + files: + - '*' diff --git a/testing/web-platform/tests/service-workers/cache-storage/WEB_FEATURES.yml b/testing/web-platform/tests/service-workers/cache-storage/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: service-workers + files: '**' diff --git a/testing/web-platform/tests/service-workers/service-worker/ServiceWorkerGlobalScope/WEB_FEATURES.yml b/testing/web-platform/tests/service-workers/service-worker/ServiceWorkerGlobalScope/WEB_FEATURES.yml @@ -1,4 +1,10 @@ features: +- name: service-workers + files: + - '*' + # Keep exclusions synced with mappings below + - '!isSecureContext*' - name: is-secure-context files: + # Keep in sync with `service-workers` mapping above - isSecureContext* diff --git a/testing/web-platform/tests/service-workers/service-worker/WEB_FEATURES.yml b/testing/web-platform/tests/service-workers/service-worker/WEB_FEATURES.yml @@ -1,5 +1,12 @@ features: +- name: service-workers + files: + - '*' + # Keep exclusions in sync with mappings below + - '!registration-script-module.https.html' + - '!update-registration-with-type.https.html' - name: js-modules-service-workers files: + # Keep in sync with `service-workers` mapping above - registration-script-module.https.html - update-registration-with-type.https.html diff --git a/testing/web-platform/tests/service-workers/service-worker/multi-globals/WEB_FEATURES.yml b/testing/web-platform/tests/service-workers/service-worker/multi-globals/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: service-workers + files: '**' diff --git a/testing/web-platform/tests/service-workers/service-worker/navigation-preload/WEB_FEATURES.yml b/testing/web-platform/tests/service-workers/service-worker/navigation-preload/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: service-workers + files: '**' diff --git a/testing/web-platform/tests/service-workers/service-worker/tentative/WEB_FEATURES.yml b/testing/web-platform/tests/service-workers/service-worker/tentative/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: service-workers + files: '**'