tor-browser

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

commit 6f88e81713dbb83f4e1590b3ac9f433b4de6804c
parent 3614e15ea4ccdf9703b8a0d09ab9de21555d617b
Author: jugglinmike <mike@mikepennisi.com>
Date:   Mon,  8 Dec 2025 12:28:57 +0000

Bug 2004686 [wpt PR 56247] - Map "<base>" to web-features, a=testonly

Automatic update from web-platform-tests
Map "<base>" to web-features (#56247)

--

wpt-commits: 593c46cf18ee325a8740d3f0f4c447840fb9919a
wpt-pr: 56247

Diffstat:
Mtesting/web-platform/tests/custom-elements/reactions/customized-builtins/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/WEB_FEATURES.yml | 5+++++
Atesting/web-platform/tests/html/infrastructure/urls/base-url/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/infrastructure/urls/dynamic-changes-to-base-urls/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/infrastructure/urls/terminology-0/WEB_FEATURES.yml | 5+++++
Atesting/web-platform/tests/html/semantics/document-metadata/the-base-element/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/semantics/document-metadata/the-link-element/WEB_FEATURES.yml | 5+++++
Mtesting/web-platform/tests/html/semantics/embedded-content/the-iframe-element/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/html/semantics/embedded-content/the-img-element/WEB_FEATURES.yml | 6++++++
Atesting/web-platform/tests/html/semantics/forms/form-submission-target/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/html/semantics/forms/the-form-element/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/html/semantics/forms/the-form-element/resources/WEB_FEATURES.yml | 5+++++
Atesting/web-platform/tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/url/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/workers/constructors/Worker/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/xhr/WEB_FEATURES.yml | 3+++
16 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/custom-elements/reactions/customized-builtins/WEB_FEATURES.yml b/testing/web-platform/tests/custom-elements/reactions/customized-builtins/WEB_FEATURES.yml @@ -1,3 +1,6 @@ features: - name: customized-built-in-elements files: "**" +- name: base + files: + - HTMLBaseElement.html diff --git a/testing/web-platform/tests/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/WEB_FEATURES.yml b/testing/web-platform/tests/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: base + files: + - pushstate-base.html + - replacestate-base.html diff --git a/testing/web-platform/tests/html/infrastructure/urls/base-url/WEB_FEATURES.yml b/testing/web-platform/tests/html/infrastructure/urls/base-url/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: base + files: "**" diff --git a/testing/web-platform/tests/html/infrastructure/urls/dynamic-changes-to-base-urls/WEB_FEATURES.yml b/testing/web-platform/tests/html/infrastructure/urls/dynamic-changes-to-base-urls/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: base + files: "**" diff --git a/testing/web-platform/tests/html/infrastructure/urls/terminology-0/WEB_FEATURES.yml b/testing/web-platform/tests/html/infrastructure/urls/terminology-0/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: base + files: + - document-base-url.html + - multiple-base.sub.html diff --git a/testing/web-platform/tests/html/semantics/document-metadata/the-base-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/document-metadata/the-base-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: base + files: "**" diff --git a/testing/web-platform/tests/html/semantics/document-metadata/the-link-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/document-metadata/the-link-element/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: base + files: + - stylesheet-empty-href.html + - stylesheet-with-base.html diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/WEB_FEATURES.yml @@ -2,3 +2,7 @@ features: - name: loading-lazy files: - iframe-loading-lazy* +- name: base + files: + - iframe-loading-lazy-base-url* + - iframe-with-base.html diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/WEB_FEATURES.yml @@ -7,6 +7,12 @@ features: - relevant-mutations-lazy.html - remove-element-and-scroll.html - scrolling-below-viewport-image-lazy-loading-in-iframe.html +- name: base + files: + - document-adopt-base-url.html + - document-base-url.html + - image-base-url.html + - image-loading-lazy-base-url.html - name: srcset files: - responsive-image-select-print.html diff --git a/testing/web-platform/tests/html/semantics/forms/form-submission-target/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/form-submission-target/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: base + files: + - rel-base-target.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-form-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-form-element/WEB_FEATURES.yml @@ -2,3 +2,7 @@ features: - name: constraint-validation files: - form-checkvalidity.html +- name: base + files: + - form-action-reflection-with-base-url.html + - form-action-submission-with-base-url.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-form-element/resources/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-form-element/resources/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: base + files: + - form-no-action-with-base.html + - form-with-action-and-base.sub.html diff --git a/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: base + files: + - string-compilation-base-url-* diff --git a/testing/web-platform/tests/url/WEB_FEATURES.yml b/testing/web-platform/tests/url/WEB_FEATURES.yml @@ -6,3 +6,6 @@ features: - name: url-canparse files: - url-statics-canparse.* +- name: base + files: + - a-element* diff --git a/testing/web-platform/tests/workers/constructors/Worker/WEB_FEATURES.yml b/testing/web-platform/tests/workers/constructors/Worker/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: base + files: + - use-base-url.html diff --git a/testing/web-platform/tests/xhr/WEB_FEATURES.yml b/testing/web-platform/tests/xhr/WEB_FEATURES.yml @@ -1,3 +1,6 @@ features: - name: xhr files: "**" +- name: base + files: + - open-url-base.htm