commit 704b59258de854f1d297991bff730fabbcbfd2a1
parent fdf69353da66ac077e5d29f6cc92a6f2469a3343
Author: Rune Lillesveen <futhark@chromium.org>
Date: Wed, 12 Nov 2025 08:51:38 +0000
Bug 1999524 [wpt PR 55978] - animation-trigger-timeline-subject-removed.tentative.html still flaky, a=testonly
Automatic update from web-platform-tests
animation-trigger-timeline-subject-removed.tentative.html still flaky
For the virtual/run-snapshot-post-layout suite. Also reproduced locally
with Debug and --repeat-each=100
Bug: 384523570
Change-Id: If219ae6a83f3cf16c5d1e88151c42b11520ed045
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7137400
Reviewed-by: David Awogbemila <awogbemila@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1543101}
--
wpt-commits: da1ad2bf33438d5f54fde9eedf3d91b6941bc6a5
wpt-pr: 55978
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/web-platform/tests/scroll-animations/animation-trigger/animation-trigger-timeline-subject-removed.tentative.html b/testing/web-platform/tests/scroll-animations/animation-trigger/animation-trigger-timeline-subject-removed.tentative.html
@@ -110,7 +110,7 @@
// Scroll outside the range; should reverse the animation.
await waitForScrollReset(test, scroller, 0, contain_0_offset - 100);
// Make sure the playbackRate is reflected before waiting on the promise.
- await waitForNextFrame();
+ await waitForAnimationFrames(3)
await animation_promise;
assert_equals(getComputedStyle(target).transform, initial_transform,