tor-browser

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

commit afd9952f4b42e3ef9225af0a39beeaa70771eeb8
parent 1fdc7765fe5749e68a247f0a87f17ea1f598e464
Author: Howard Edwards <howarde.edwards@gmail.com>
Date:   Thu, 27 Nov 2025 15:06:19 +0000

Bug 2001394 [wpt PR 56142] - Map "download" web-feature, a=testonly

Automatic update from web-platform-tests
Map "download" web-feature (#56142)

--

wpt-commits: 4c3067695702da0a672c5a1cf341bc65bfcf85e8
wpt-pr: 56142

Diffstat:
Atesting/web-platform/tests/html/semantics/embedded-content/the-area-element/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/html/semantics/text-level-semantics/the-a-element/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/svg/linking/scripted/WEB_FEATURES.yml | 4++++
3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-area-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/embedded-content/the-area-element/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: + - name: download + files: + - 'area-download-click.html' diff --git a/testing/web-platform/tests/html/semantics/text-level-semantics/the-a-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/text-level-semantics/the-a-element/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: + - name: download + files: + - 'a-download-*' diff --git a/testing/web-platform/tests/svg/linking/scripted/WEB_FEATURES.yml b/testing/web-platform/tests/svg/linking/scripted/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: + - name: download + files: + - 'a-download-click.svg'