Bug 232082 - [Web Animations] fix remaining composition test failures for transform types
Summary: [Web Animations] fix remaining composition test failures for transform types
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 230404 236116 236480
Blocks: 189299
  Show dependency treegraph
 
Reported: 2021-10-21 08:15 PDT by Antoine Quint
Modified: 2022-02-10 19:33 PST (History)
6 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 2021-10-21 08:15:07 PDT
This is a followup to bug 230404 which introduced support for composite operations but failed to make all of the transform-related tests pass. The remaining tests with failures are:

- css/css-transforms/animation/rotate-composition.html (8)
- css/css-transforms/animation/transform-composition.html (27)
- css/css-transforms/animation/transform-matrix-composition.html (48)
- css/css-transforms/animation/transform-perspective-composition.html (14)
- css/css-transforms/animation/transform-rotate-composition.html (13)
- css/css-transforms/animation/transform-skew-composition.html (22)
- css/css-transforms/animation/transform-translate-composition.html (21)
- css/css-transforms/animation/translate-composition.html (7)

The number between parentheses is the number of remaining FAIL results in the test.
Comment 1 Radar WebKit Bug Importer 2021-10-21 08:15:31 PDT
<rdar://problem/84507924>