tor-browser

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

commit 668eab02a97b1c7603d153e0b61d1565bf2f623a
parent a0af964151765dcb6eca66dc999e594ee7db7fea
Author: Rune Lillesveen <futhark@chromium.org>
Date:   Fri, 14 Nov 2025 10:22:28 +0000

Bug 1999755 [wpt PR 55999] - Make scroll-animation-effect-fill-modes.tentative.html pass, a=testonly

Automatic update from web-platform-tests
Make scroll-animation-effect-fill-modes.tentative.html pass

Make the test pass for virtual/run-snapshot-post-layout by waiting a
full frame to allow timing to update after layout.

Bug: 384523570
Change-Id: I846c515e34b5b569524be8599c8f0acc25ac19f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7137701
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1543751}

--

wpt-commits: 62d2ddbeed017970d0d1f215a8b986f67916cbfc
wpt-pr: 55999

Diffstat:
Mtesting/web-platform/tests/scroll-animations/scroll-timelines/scroll-animation-effect-fill-modes.tentative.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/scroll-animations/scroll-timelines/scroll-animation-effect-fill-modes.tentative.html b/testing/web-platform/tests/scroll-animations/scroll-timelines/scroll-animation-effect-fill-modes.tentative.html @@ -128,6 +128,7 @@ // Wait for new animation frame which allows the timeline to compute // new current time. await waitForNextFrame(); + await waitForNextFrame(); assert_equals(parseFloat(window.getComputedStyle(target).opacity), expected,