Bug 232082

Summary: [Web Animations] fix remaining composition test failures for transform types
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, dino, graouts, jonlee, nmouchtaris, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 230404, 236116, 236480    
Bug Blocks: 189299    

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>