Closed
Bug 1448700
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 10171 - Web Animations: remove timing objects
Categories
(Core :: Layout, enhancement, P4)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10171 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10171
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
> Web Animations: remove timing objects
>
> The upstream spec has removed the 'timing' objects and replaced them
> with updateTiming/getTiming methods on AnimationEffect. It also removed
> and renamed a few timing idl interfaces; see the bug for full details.
>
> This CL also refactors the timing input parsing, aiming to make the
> public TimingInput API match what the spec requires and not expose
> other unnecessary methods.
>
> See https://github.com/w3c/csswg-drafts/pull/2432 for the spec change.
>
> Bug: 823384, 823386
> Change-Id: I40c82e46be29c16e2e4b53d69bbadc95c8bff324
>
> Reviewed-on: https://chromium-review.googlesource.com/975923
> WPT-Export-Revision: eb0777a600e9b452a1ff5107aac2e6a44d8907f3
| Reporter | ||
Updated•8 years ago
|
Component: web-platform-tests → Layout
Product: Testing → Core
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b8257e8e6cd91e8e7f27a6235e21c9b6f0dc94f9
| Reporter | ||
Comment 3•8 years ago
|
||
Ran 1 tests and 4 subtests
OK : 1
FAIL : 4
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/css/css-timing/cubic-bezier-timing-functions-output.html
cubic-bezier easing with input progress greater than 1: FAIL
cubic-bezier easing with input progress greater than 1 and where the tangent on the upper boundary is infinity: FAIL
cubic-bezier easing with input progress less than 0: FAIL
cubic-bezier easing with input progress less than 0 and where the tangent on the lower boundary is infinity: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2802f5c47a8a
[wpt PR 10171] - Web Animations: remove timing objects, a=testonly
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•