Bug 235785
| Summary: | css/css-transforms/animation/translate-composition.html has failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Sam Weinig <sam> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, dino, graouts, nmouchtaris, sam, webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://wpt.live/css/css-transforms/animation/translate-composition.html | ||
| Bug Depends on: | |||
| Bug Blocks: | 232087 | ||
Antoine Quint
css/css-transforms/animation/translate-composition.html has 7 failures, we need to investigate and fix them.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/88487961>
Antoine Quint
The issues are all related to calc() it appears. Cc'ing Sam Weinig who may have some thoughts.
Sam Weinig
Looks like the failures are all us eagerly removing 0% and simplifying the resulting value. Seems like a real bug. I can take this one.
Antoine Quint
Perhaps related: bug 235776.