tor-browser

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

commit ea7b59d2cbbac1814f98aed07b5bb3b11804b11a
parent be4614c662997fa44cce7018cdfe1b2626b6990d
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Mon,  8 Dec 2025 12:26:27 +0000

Bug 2003919 [wpt PR 56461] - Map `title` web-feature, a=testonly

Automatic update from web-platform-tests
Map `title` web-feature (#56461)

Feature: `title`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/title.yml

Notable inclusions

1. `html/dom/documents/dom-tree-accessors/document.title-*.html`
   - These tests verify the synchronization between the `<title>` element and the document.title property,
--

wpt-commits: 2f802ece21e6c3c6708253a73d3d7ee2193b5427
wpt-pr: 56461

Diffstat:
Atesting/web-platform/tests/html/dom/documents/dom-tree-accessors/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/html/semantics/document-metadata/the-title-element/WEB_FEATURES.yml | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/dom/documents/dom-tree-accessors/WEB_FEATURES.yml b/testing/web-platform/tests/html/dom/documents/dom-tree-accessors/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: title + files: + - "document.title-*" diff --git a/testing/web-platform/tests/html/semantics/document-metadata/the-title-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/document-metadata/the-title-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: title + files: "**"