[webkit-changes] [WebKit/WebKit] b1cc64: LayoutTest fast/images/reset-image-animation.html ...
Fujii Hironori
noreply at github.com
Thu Apr 27 17:41:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b1cc64631025e09fd181bffbb11e292604ab5ad1
https://github.com/WebKit/WebKit/commit/b1cc64631025e09fd181bffbb11e292604ab5ad1
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M LayoutTests/fast/images/reset-image-animation.html
M LayoutTests/platform/mac/TestExpectations
Log Message:
-----------
LayoutTest fast/images/reset-image-animation.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=170177
Reviewed by Said Abou-Hallawa.
This test expected that the next animation frame was decoded when the
timer fired. However, the decoding frames could be delayed under heavy
CPU load.
Use webkitImageFrameReady event instead of the timer. Removed the
unnecessary second argument `expectedFrame` of `drawImage`.
* LayoutTests/fast/images/reset-image-animation.html:
* LayoutTests/platform/mac/TestExpectations:
Canonical link: https://commits.webkit.org/263478@main
More information about the webkit-changes
mailing list