tor-browser

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

commit 2ab67ad86047d5e67fa6b90b49dcb9ea798d9202
parent 9edbc0aa9ad51cdf7d6ca0e0d09267b6959b5664
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Thu, 27 Nov 2025 15:26:14 +0000

Bug 2002318 [wpt PR 56264] - Map `image-rendering: smooth` web-feature, a=testonly

Automatic update from web-platform-tests
map `image-rendering: smooth` (#56264)

Feature: image-rendering: smooth
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/smooth.yml

Searched for "image-rendering" property references, "image-rendering.*smooth", and "the-image-rendering" spec anchor usage.

Notable exclusions:
- css/css-images/parsing/image-rendering-invalid.html - Invalid value testing for image-rendering, only mentions smooth in grammar
--

wpt-commits: cb83ef78564a4ecfd37cc0d3ae8781239c77125c
wpt-pr: 56264

Diffstat:
Mtesting/web-platform/tests/css/css-images/parsing/WEB_FEATURES.yml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-images/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-images/parsing/WEB_FEATURES.yml @@ -5,3 +5,7 @@ features: - name: gradient-interpolation files: - "gradient-interpolation-*" +- name: smooth + files: + - image-rendering-computed.html + - image-rendering-valid.html