[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 19:33:10 PST 2023


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

--- Comment #8 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Fujii Hironori from comment #6)
> 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.

This indeed fix the issue on my side as well and I get on my macOS build environment:

> All 60 tests ran as expected.

-- 
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/2c7d2c90/attachment-0001.htm>


More information about the webkit-unassigned mailing list