Bug 215945 - [GTK][WPE] webanimations/accelerated-css-animation-with-easing.html is image failing
Summary: [GTK][WPE] webanimations/accelerated-css-animation-with-easing.html is image ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-28 12:48 PDT by Lauro Moura
Modified: 2020-08-28 12:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-08-28 12:48:22 PDT
webanimations/accelerated-css-animation-with-easing.html

r266241 added a test for a regression from r263506 regarding keyframes with explicit timing functions interfering with implicit timing functions of other keyframes.

The red div (implicit timing function) must not be uncovered by the green div (with the explicit 'ease' timing function in a tiny keyframe interval).

Running the test on MiniBrowser indeed the green div ends up using it the 'ease' timing function for the entire duration of its animation, leading to the red div to appear.

Epiphany (WebKitGTK 2.28.4, without r263506) behaves correctly, like Chrome (84) and Firefox (80).