tor-browser

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

commit faed40774d65a816be76cf8a58ef22cab92c3b7e
parent 07dc82645b1513a084a8f87bf34fe3b2fe55d074
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Mon, 15 Dec 2025 18:07:39 +0000

Bug 2004823 [wpt PR 56578] - classifies misc "grouping-content" web features, a=testonly

Automatic update from web-platform-tests
classifies misc "grouping-content" web features (#56578)

* classifies "div" web feature

* classifies "p" web feature

* classifies "pre" web feature
--

wpt-commits: 110bafafba91f934a4256f9c3cac2a32c9c0df89
wpt-pr: 56578

Diffstat:
Atesting/web-platform/tests/html/semantics/grouping-content/the-div-element/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/semantics/grouping-content/the-p-element/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/semantics/grouping-content/the-pre-element/WEB_FEATURES.yml | 3+++
3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/semantics/grouping-content/the-div-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/grouping-content/the-div-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: div + files: "**" diff --git a/testing/web-platform/tests/html/semantics/grouping-content/the-p-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/grouping-content/the-p-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: p + files: "**" diff --git a/testing/web-platform/tests/html/semantics/grouping-content/the-pre-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/grouping-content/the-pre-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: pre + files: "**"