tor-browser

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

commit ae254f90873382151702ecb7ce13bf84aea7ae22
parent 66c1fd7c5f4a013be9452e0de1e3f08ced284efd
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Thu, 11 Dec 2025 09:28:33 +0000

Bug 2004817 [wpt PR 56575] - classifies "del" and "ins" web features, a=testonly

Automatic update from web-platform-tests
classifies "del" and "ins" web features (#56575)

--

wpt-commits: 36217e60c4a1397ce6b5cec7cf95b280b147d7e8
wpt-pr: 56575

Diffstat:
Atesting/web-platform/tests/html/semantics/edits/the-del-element/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/semantics/edits/the-ins-element/WEB_FEATURES.yml | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/semantics/edits/the-del-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/edits/the-del-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: del + files: "**" diff --git a/testing/web-platform/tests/html/semantics/edits/the-ins-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/edits/the-ins-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: ins + files: "**"