tor-browser

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

commit 8b0638f0b0642fb35c084fbea44dbaa24b2ab90d
parent 7355db42e6d595b06fad7f564ffafa74194a12c5
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Fri,  5 Dec 2025 17:19:35 +0000

Bug 2004107 [wpt PR 56494] - Update wpt metadata, a=testonly

wpt-pr: 56494
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/css/css-gaps/parsing/rule-break-computed.html.ini | 9+++++++++
Mtesting/web-platform/meta/css/css-gaps/parsing/rule-break-valid.html.ini | 9+++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-break-computed.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-break-computed.html.ini @@ -25,3 +25,12 @@ [Property rule-break value 'intersection'] expected: FAIL + + [Property column-rule-break value 'auto'] + expected: FAIL + + [Property row-rule-break value 'auto'] + expected: FAIL + + [Property rule-break value 'auto'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-gaps/parsing/rule-break-valid.html.ini b/testing/web-platform/meta/css/css-gaps/parsing/rule-break-valid.html.ini @@ -25,3 +25,12 @@ [e.style['rule-break'\] = "intersection" should set the property value] expected: FAIL + + [e.style['column-rule-break'\] = "auto" should set the property value] + expected: FAIL + + [e.style['row-rule-break'\] = "auto" should set the property value] + expected: FAIL + + [e.style['rule-break'\] = "auto" should set the property value] + expected: FAIL