Bug 297657
| Summary: | [web-animations] fix remaining WPT failures in `web-animations/interfaces/Animation/commitStyles.html` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
The WPT test `web-animations/interfaces/Animation/commitStyles.html` has some failures, we should fix those.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
The failures related to the recent spec change are being fixed in https://bugs.webkit.org/show_bug.cgi?id=297594. After that, 3 failures remain:
FAIL Commits logical properties as physical properties assert_equals: expected "20px" but got "10px"
FAIL Commits custom variables assert_approx_equals: expected 0.8 +/- 0.0001 but got 0.5
FAIL Commits matrix-interpolated relative transforms assert_equals: Resolved transform is correct after commit. expected "matrix(2, 0, 0, 2, 100, 0)" but got "matrix(2, 0, 0, 2, 0, 0)"
Radar WebKit Bug Importer
<rdar://problem/158766760>
Antoine Quint
*** This bug has been marked as a duplicate of bug 222096 ***