Bug 184564 - [Web Animations] Fix imported/blink/transitions/zero-duration-should-not-cancel.html
Summary: [Web Animations] Fix imported/blink/transitions/zero-duration-should-not-canc...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-04-12 16:06 PDT by Antoine Quint
Modified: 2020-02-09 10:08 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2018-04-12 16:06:13 PDT
The test at imported/blink/transitions/zero-duration-should-not-cancel.html does not work with the new animation engine, due to an issue with transition interruptions. We always interrupt transitions for a previously transitioning property if a new transition for that same property would have any of its timing or target values be different. This is a bug.
Comment 1 Radar WebKit Bug Importer 2018-04-12 16:06:36 PDT
<rdar://problem/39397478>
Comment 2 Antoine Quint 2020-02-09 10:08:04 PST
This bug is no longer relevant, this test has a PASS expectation and the bots show only PASS results (see https://results.webkit.org/?suite=layout-tests&test=imported%2Fblink%2Ftransitions%2Fzero-duration-should-not-cancel.html).