tor-browser

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

commit 95b58ef53d85eaabf7e7bda80b6301f5d29689fe
parent b362247c2b08faafc8c2169ddce46b93d3b18809
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Mon,  5 Jan 2026 09:20:51 +0000

Bug 2008351 [wpt PR 56961] - Update wpt metadata, a=testonly

wpt-pr: 56961
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/css/css-values/random-computed.tentative.html.ini | 9+++++++++
Mtesting/web-platform/meta/css/css-values/random-serialize.tentative.html.ini | 9+++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/css/css-values/random-computed.tentative.html.ini b/testing/web-platform/meta/css/css-values/random-computed.tentative.html.ini @@ -230,5 +230,14 @@ [Shared by property name and value index: random(element-shared, a, b)] expected: FAIL + [Property color value 'rgb(random(30, 10) random(60, 10) random(90, 10))'] + expected: FAIL + + [Property color value 'rgb(from blue random(51, 10) random(g + 51, g) random(b, b))'] + expected: FAIL + + [Property color value 'color-mix(in srgb, rgb(random(30, 10) 0 0), rgb(random(21, 10) 0 0))'] + expected: FAIL + [Property math-depth value 'add(random(30, 10))'] expected: FAIL diff --git a/testing/web-platform/meta/css/css-values/random-serialize.tentative.html.ini b/testing/web-platform/meta/css/css-values/random-serialize.tentative.html.ini @@ -97,3 +97,12 @@ [e.style['math-depth'\] = "add(random(0, 3))" should set the property value] expected: FAIL + + [e.style['color'\] = "rgb(random(0, 255) random(0, 255) random(0, 255))" should set the property value] + expected: FAIL + + [e.style['color'\] = "rgb(from blue r g random(b, (150 + b)))" should set the property value] + expected: FAIL + + [e.style['color'\] = "color-mix(in srgb, rgb(random(0, 255) 0 random(0, 255)), rgb(0 random(0, 255) 0))" should set the property value] + expected: FAIL