tor-browser

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

commit 84f45a513d6fee2693942adbdb2aeed92fb5c61c
parent 4514325e451b0fd5ffb587b39fb17ae6d8ee3cd5
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu,  8 Jan 2026 00:16:45 +0000

Bug 2009030 [wpt PR 57050] - Update wpt metadata, a=testonly

wpt-pr: 57050
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-direction-computed.html.ini | 3+++
Mtesting/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-direction-valid.html.ini | 3+++
Mtesting/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-shorthand-valid.html.ini | 15+++++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-direction-computed.html.ini b/testing/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-direction-computed.html.ini @@ -10,3 +10,6 @@ [Property grid-lanes-direction value 'column-reverse'] expected: FAIL + + [Property grid-lanes-direction value 'normal'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-direction-valid.html.ini b/testing/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-direction-valid.html.ini @@ -10,3 +10,6 @@ [e.style['grid-lanes-direction'\] = "column-reverse" should set the property value] expected: FAIL + + [e.style['grid-lanes-direction'\] = "normal" should set the property value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-shorthand-valid.html.ini b/testing/web-platform/meta/css/css-grid/grid-lanes/tentative/parsing/grid-lanes-shorthand-valid.html.ini @@ -187,3 +187,18 @@ [e.style['grid-lanes'\] = "repeat(2, auto) row-reverse" should not set unrelated longhands] expected: FAIL + + [e.style['grid-lanes'\] = "\\"b a\\" 20% 40% normal" should set grid-lanes-direction] + expected: FAIL + + [e.style['grid-lanes'\] = "\\"b a\\" 20% 40% normal" should set grid-lanes-fill] + expected: FAIL + + [e.style['grid-lanes'\] = "\\"b a\\" 20% 40% normal" should set grid-template-areas] + expected: FAIL + + [e.style['grid-lanes'\] = "\\"b a\\" 20% 40% normal" should set grid-template-columns] + expected: FAIL + + [e.style['grid-lanes'\] = "\\"b a\\" 20% 40% normal" should not set unrelated longhands] + expected: FAIL