tor-browser

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

commit 58abf99335c3d64233863fc70ac42ae59b499ff7
parent ea3c5cf1faa089408c86b9cd9536c426c22d5d64
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu,  9 Oct 2025 23:15:33 +0000

Bug 1993504 [wpt PR 55318] - Update wpt metadata, a=testonly

wpt-pr: 55318
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/css/css-borders/tentative/parsing/border-shape-computed.html.ini | 21+++++++++++++++++++++
Mtesting/web-platform/meta/css/css-borders/tentative/parsing/border-shape-valid.html.ini | 3+++
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/css/css-borders/tentative/parsing/border-shape-computed.html.ini b/testing/web-platform/meta/css/css-borders/tentative/parsing/border-shape-computed.html.ini @@ -16,3 +16,24 @@ [Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px)'] expected: FAIL + + [Property border-shape value 'circle() content-box'] + expected: FAIL + + [Property border-shape value 'circle() border-box'] + expected: FAIL + + [Property border-shape value 'circle() border-box polygon(10px 10px, 100px 10px, 10px 100px) border-box'] + expected: FAIL + + [Property border-shape value 'circle() padding-box polygon(10px 10px, 100px 10px, 10px 100px) border-box'] + expected: FAIL + + [Property border-shape value 'circle() padding-box polygon(10px 10px, 100px 10px, 10px 100px) padding-box'] + expected: FAIL + + [Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px) border-box'] + expected: FAIL + + [Property border-shape value 'circle() polygon(10px 10px, 100px 10px, 10px 100px) content-box'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-borders/tentative/parsing/border-shape-valid.html.ini b/testing/web-platform/meta/css/css-borders/tentative/parsing/border-shape-valid.html.ini @@ -16,3 +16,6 @@ [e.style['border-shape'\] = "circle() polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value] expected: FAIL + + [e.style['border-shape'\] = "circle() border-box circle() content-box" should set the property value] + expected: FAIL