tor-browser

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

commit 7b4a4e3e44be813c25c41b408f7fd5c4d3c020a7
parent e55d9fb44225f3ca3f0004cbb46c73f9e638686e
Author: Alison Maher <almaher@microsoft.com>
Date:   Fri,  3 Oct 2025 08:59:06 +0000

Bug 1991032 [wpt PR 55089] - [Masonry] Fix row-auto-repeat-012.html, a=testonly

Automatic update from web-platform-tests
[Masonry] Fix row-auto-repeat-012.html

row-auto-repeat-012.html actually was working as expected, but had the
wrong expectation. Update the expectation file and mark as passing.

Bug: 343257585
Change-Id: Ie3f545db1d262ce7d4ac4dd8c77ed4da21b980fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6981295
Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com>
Auto-Submit: Alison Maher <almaher@microsoft.com>
Commit-Queue: Alison Maher <almaher@microsoft.com>
Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1520987}

--

wpt-commits: 088b9334ba225655dc156ea080bcbb819930f531
wpt-pr: 55089

Diffstat:
Mtesting/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/row-auto-repeat-012-ref.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/row-auto-repeat-012-ref.html b/testing/web-platform/tests/css/css-grid/masonry/tentative/track-sizing/auto-repeat/row-auto-repeat-012-ref.html @@ -5,6 +5,7 @@ border: solid thick; margin: 10px; grid-template-rows: repeat(auto-fill, 50px 50px); + grid-template-columns: auto auto; grid-row-gap: 100px; height: 300px; width: min-content;