tor-browser

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

commit b323d3e7fa59eeb02593bae76625f1ce5bfc7c34
parent 7813c1d63c4b436e765c0e35218a4cea0402757d
Author: jugglinmike <mike@mikepennisi.com>
Date:   Fri, 14 Nov 2025 10:22:09 +0000

Bug 1995727 [wpt PR 55585] - Map various tests to web-features (05), a=testonly

Automatic update from web-platform-tests
Map various tests to web-features (05) (#55585)

--

wpt-commits: 92639a9a19ea98347a4cb8d52def72570bb27dbc
wpt-pr: 55585

Diffstat:
Atesting/web-platform/tests/css/CSS2/backgrounds/WEB_FEATURES.yml | 47+++++++++++++++++++++++++++++++++++++++++++++++
Atesting/web-platform/tests/css/CSS2/colors/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/css/CSS2/css1/WEB_FEATURES.yml | 17+++++++++++++++++
Atesting/web-platform/tests/css/CSS2/tables/WEB_FEATURES.yml | 13+++++++++++++
Atesting/web-platform/tests/css/compositing/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/css/compositing/background-blending/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/compositing/parsing/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/css/css-backgrounds/WEB_FEATURES.yml | 59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtesting/web-platform/tests/css/css-backgrounds/animations/WEB_FEATURES.yml | 13+++++++++++++
Atesting/web-platform/tests/css/css-backgrounds/animations/invalidation/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/css/css-backgrounds/background-attachment-local/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/css/css-backgrounds/background-clip/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/css-backgrounds/background-origin/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/css-backgrounds/background-position/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/css-backgrounds/background-repeat/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/css-backgrounds/background-size/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/css-backgrounds/hidpi/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/css/css-backgrounds/parsing/WEB_FEATURES.yml | 24++++++++++++++++++++++++
18 files changed, 213 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/backgrounds/WEB_FEATURES.yml @@ -0,0 +1,47 @@ +features: +- name: background + files: + - background-0* + - background-1* + - background-2* + - background-3* + - background-alpha-* + - background-animated-001.xht + - background-applies-to-* + - background-body-* + - background-cover-* + - background-html-body-001.xht + - background-iframes-001.xht + - background-intrinsic-* + - background-reset-001.xht + - background-root-* + - "!background-root-003.xht" + - background-transparency-001.xht +- name: background-attachment + files: + - background-attachment-* +- name: background-color + files: + - background-color-* + - background-root-003.xht +- name: background-image + files: + - background-006.xht + - background-006a.xht + # The following pattern matches a `background-image-cover-003.xht` which does + # not use the `background-image` property but which nonetheless test relevant + # semantics via the `background` shorthand: + - background-image-* +- name: background-position + files: + # The following pattern matches a `background-position-203.xht` which does + # not use the `background-position` property but which nonetheless test + # relevant semantics via the `background` shorthand: + - background-position-* + # The following pattern matches tests which do not use the + # `background-position` property but which nonetheless test relevant + # semantics via the `background` shorthand: + - background-bg-pos-* +- name: background-repeat + files: + - background-repeat-* diff --git a/testing/web-platform/tests/css/CSS2/colors/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/colors/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: background-position + files: + - table-backgrounds-bs-row-002.xht diff --git a/testing/web-platform/tests/css/CSS2/css1/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/css1/WEB_FEATURES.yml @@ -0,0 +1,17 @@ +features: +- name: background + files: + - c537-bgfxps-000.xht +- name: background-attachment + files: + - c535-bg-fixd-000.xht +- name: background-image + files: + - c533-bgimage-* +- name: background-position + files: + - c536-bgpos-* +- name: background-repeat + files: + - c534-bgre-* + - c534-bgreps-* diff --git a/testing/web-platform/tests/css/CSS2/tables/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/tables/WEB_FEATURES.yml @@ -0,0 +1,13 @@ +features: +- name: background-image + files: + - table-background* + - table-layer-transparency-003.xht + - table-layer-transparency-005.xht + - table-layer-transparency-008.xht +- name: background-position + files: + - table-backgrounds-* +- name: background-repeat + files: + - background-table-* diff --git a/testing/web-platform/tests/css/compositing/WEB_FEATURES.yml b/testing/web-platform/tests/css/compositing/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: background-image + files: + - root-element-background-image-* diff --git a/testing/web-platform/tests/css/compositing/background-blending/WEB_FEATURES.yml b/testing/web-platform/tests/css/compositing/background-blending/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: background-blend-mode + files: "**" diff --git a/testing/web-platform/tests/css/compositing/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/compositing/parsing/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: background-blend-mode + files: + - background-blend-mode-* diff --git a/testing/web-platform/tests/css/css-backgrounds/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/WEB_FEATURES.yml @@ -1,4 +1,8 @@ features: +- name: background + files: + - background-3* + - background_color_padding_box.htm - name: background-clip files: - background-clip* @@ -7,3 +11,58 @@ features: files: - border-image* - css3-border-image* +- name: background-attachment + files: + - background-attachment-* + - local-attachment-content-box-scroll.html + - table-cell-background-local* +- name: background-color + files: + - background-color-* + # The above pattern matches a number of tests which do not use the + # `background-color` property but which nonetheless test relevant semantics + # via the `background` shorthand: + # - background-color-body-propagation-004.html + # - background-color-body-propagation-005.html + # - background-color-body-propagation-006.html + # - background-color-body-propagation-007.html + # - background-color-root-propagation-001.html + # - background-color-root-propagation-002.html + - background-none-none-and-color.html + - background_color_padding_box.htm + - bg-color-with-gradient.html + - color-behind-images.htm +- name: background-image + files: + # The presence of a number of unrelated test files whose name begins with + # `background-color-` makes the `0` in following pattern the most + # stable/concise way to express this classifier. + - background-image-0* + - background-image-first-letter.html + - background-image-first-line.html + - background-image-large-with-auto.html + - background-image-shared-stylesheet.html + - background-image-table-cells-straddling-no-repeat.html + - background-image-table-cells-zoomed.html + - color-behind-images.htm + - none-as-image-layer.htm + - order-of-images.htm + - scroll-positioned-multiple-background-images.html +- name: background-origin + files: + - background-origin-* + - css3-background-origin-* +- name: background-position + files: + - background-position-* + - scroll-positioned-multiple-background-images.html +- name: background-repeat + files: + - background-repeat-* + - background_repeat_* +- name: background-size + files: + - background-image-cover-zoomed-1.html + - background-image-large-with-auto.html + - background-size-* + - css3-background-size* diff --git a/testing/web-platform/tests/css/css-backgrounds/animations/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/animations/WEB_FEATURES.yml @@ -2,3 +2,16 @@ features: - name: border-image files: - border-image-* +- name: background-color + files: + - background-color-* + - two-background-color-* +- name: background-image + files: + - background-image-interpolation.html +- name: background-position + files: + - background-position-* +- name: background-size + files: + - background-size-interpolation.html diff --git a/testing/web-platform/tests/css/css-backgrounds/animations/invalidation/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/animations/invalidation/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: background-color + files: + - background-color-* diff --git a/testing/web-platform/tests/css/css-backgrounds/background-attachment-local/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/background-attachment-local/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: background-attachment + files: "**" diff --git a/testing/web-platform/tests/css/css-backgrounds/background-clip/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/background-clip/WEB_FEATURES.yml @@ -8,3 +8,6 @@ features: - name: background-clip-text files: - clip-text-* +- name: background-clip-border-area + files: + - clip-border-area* diff --git a/testing/web-platform/tests/css/css-backgrounds/background-origin/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/background-origin/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: background-origin + files: "**" diff --git a/testing/web-platform/tests/css/css-backgrounds/background-position/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/background-position/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: background-position + files: "**" diff --git a/testing/web-platform/tests/css/css-backgrounds/background-repeat/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/background-repeat/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: background-repeat + files: "**" diff --git a/testing/web-platform/tests/css/css-backgrounds/background-size/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/background-size/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: background-size + files: "**" diff --git a/testing/web-platform/tests/css/css-backgrounds/hidpi/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/hidpi/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: background-color + files: "**" diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-backgrounds/parsing/WEB_FEATURES.yml @@ -1,7 +1,31 @@ features: +- name: background + files: + - background-shorthand-serialization.html - name: background-clip files: - background-clip-* - name: border-image files: - border-image-* +- name: background-attachment + files: + - background-attachment-* +- name: background-color + files: + - background-color-* +- name: background-image + files: + - background-image-* +- name: background-origin + files: + - background-origin-* +- name: background-position + files: + - background-position-* +- name: background-repeat + files: + - background-repeat-* +- name: background-size + files: + - background-size-*