tor-browser

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

commit f3979776bbcce41376c0905d3da15f1ef676e406
parent f5f8655ab9886479e419ada383f9ebad6e8d15a3
Author: Howard Edwards <howarde.edwards@gmail.com>
Date:   Mon,  8 Dec 2025 12:25:39 +0000

Bug 2003641 [wpt PR 56417] - Map `figure` web feature, a=testonly

Automatic update from web-platform-tests
Map "<figure> and <figcaption>" to web-features (#56417)

This classifier includes 6 files and excludes 27 files
--

wpt-commits: c9f15f2190f43027b85cac3ebe26ecf16b3b8371
wpt-pr: 56417

Diffstat:
Atesting/web-platform/tests/html-aam/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/semantics/grouping-content/the-figcaption-element/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/semantics/grouping-content/the-figure-element/WEB_FEATURES.yml | 3+++
4 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html-aam/WEB_FEATURES.yml b/testing/web-platform/tests/html-aam/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: figure + files: + - figure-name-no-figcaption.tentative.html diff --git a/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/WEB_FEATURES.yml b/testing/web-platform/tests/html/rendering/non-replaced-elements/flow-content-0/WEB_FEATURES.yml @@ -1,4 +1,7 @@ features: +- name: figure + files: + - figure.html - name: search files: - search-* diff --git a/testing/web-platform/tests/html/semantics/grouping-content/the-figcaption-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/grouping-content/the-figcaption-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: figure + files: '**' diff --git a/testing/web-platform/tests/html/semantics/grouping-content/the-figure-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/grouping-content/the-figure-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: figure + files: '**'