[Webkit-unassigned] [Bug 48997] animations/animation-iteration-event-destroy-renderer.html is flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 18:02:56 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=48997

--- Comment #6 from Fujii Hironori <Hironori.Fujii at sony.com> ---
If I apply the following patch, it becomes not reproducible on my PC.

diff --git a/LayoutTests/animations/animation-iteration-event-destroy-renderer.html b/LayoutTests/animations/animation-iteration-event-destroy-renderer.html
index 9a05f30fa077..6b62cefe94b6 100644
--- a/LayoutTests/animations/animation-iteration-event-destroy-renderer.html
+++ b/LayoutTests/animations/animation-iteration-event-destroy-renderer.html
@@ -7,7 +7,7 @@
       width: 100px;
       margin: 10px;
       background-color: blue;
-      -webkit-animation-duration: 0.2s;
+      -webkit-animation-duration: 2s;
       -webkit-animation-iteration-count: 2;
     }

It seems that webkitAnimationIteration event isn't dispatch under very heavy cpu load.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231208/ac5a283a/attachment.htm>


More information about the webkit-unassigned mailing list