Title: [295495] trunk/LayoutTests
Revision
295495
Author
commit-qu...@webkit.org
Date
2022-06-13 11:51:54 -0700 (Mon, 13 Jun 2022)

Log Message

[ macOS ] webanimations/accelerated-animation-after-forward-filling-animation.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=239794
<rdar://92365628>

Patch by Antoine Quint <grao...@apple.com> on 2022-06-13
Reviewed by Dean Jackson.

Typically we wait 3 frames before considering an accelerated animation was committed.
Additionally, locally I could reproduce the issue prior to this patch but not with it.

* LayoutTests/platform/mac/TestExpectations:
* LayoutTests/webanimations/accelerated-animation-after-forward-filling-animation.html:

Canonical link: https://commits.webkit.org/251500@main

Modified Paths

Diff

Modified: trunk/LayoutTests/platform/mac/TestExpectations (295494 => 295495)


--- trunk/LayoutTests/platform/mac/TestExpectations	2022-06-13 18:49:32 UTC (rev 295494)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2022-06-13 18:51:54 UTC (rev 295495)
@@ -2289,8 +2289,6 @@
 
 webkit.org/b/239791 webanimations/accelerated-animation-slot-invalidation.html [ Pass ImageOnlyFailure ]
 
-webkit.org/b/239794 webanimations/accelerated-animation-after-forward-filling-animation.html [ Pass ImageOnlyFailure ]
-
 webkit.org/b/239990 css3/calc/transitions-dependent.html [ Pass Failure ]
 
 webkit.org/b/240074 imported/w3c/web-platform-tests/service-workers/service-worker/registration-updateviacache.https.html [ Pass Failure ]

Modified: trunk/LayoutTests/webanimations/accelerated-animation-after-forward-filling-animation.html (295494 => 295495)


--- trunk/LayoutTests/webanimations/accelerated-animation-after-forward-filling-animation.html	2022-06-13 18:49:32 UTC (rev 295494)
+++ trunk/LayoutTests/webanimations/accelerated-animation-after-forward-filling-animation.html	2022-06-13 18:51:54 UTC (rev 295495)
@@ -32,6 +32,7 @@
     await animation.ready;
     await new Promise(requestAnimationFrame);
     await new Promise(requestAnimationFrame);
+    await new Promise(requestAnimationFrame);
 
     if (window.testRunner)
         window.testRunner.notifyDone();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to