Closed
Bug 1526458
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 15136 - Fix edge cases for interpolation of rotation transforms.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15136 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15136
Details from upstream follow.
Kevin Ellis <kevers@chromium.org> wrote:
Fix edge cases for interpolation of rotation transforms.
- Allow blending of rotations around different axis.
- Handles interpolation of rotation transforms with misaligned axes, but where one of the rotation angles is zero. By spec, this should used the axis associated with the non-zero axis.
- Cleanup handling of rotation around a common axis.
See https://drafts.csswg.org/css-transforms-2/#interpolation-of-transform-functions.
Bug: 897358
Change-Id: Ifc01754927c254300670df5016bce929df8314d6
Reviewed-on: https://chromium-review.googlesource.com/c/1435711
Reviewed-by: Ian Vollick \<vollick@chromium.org>
Reviewed-by: Stephen McGruer \<smcgruer@chromium.org>
Commit-Queue: Kevin Ellis \<kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628047}
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=379f7ce899045e4a75d6d622def5d32fa52dade1
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 38 subtests
OK : 1
PASS : 38
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a28d4831eb3b
[wpt PR 15136] - Fix edge cases for interpolation of rotation transforms., a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•