[wpt-sync] Sync PR 21733 - Adding state to AnimationTimeline
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox75 fixed)
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21733 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21733
Details from upstream follow.
Jordan Taylor <jortaylo@microsoft.com> wrote:
Adding state to AnimationTimeline
This change adds state to animation timeline. Currently only holds its
readonly initial value of "inactive". Later updates will iplement the
full functionality for timeline states.Test verifies that animation.timeline.state is accessible and equals
initial value. It also verifies that the state is readonly.Bug: 1046833
Change-Id: I1d887080f17692151ac97c7e89589dfefa185686
Reviewed-on: https://chromium-review.googlesource.com/2048943
WPT-Export-Revision: e3dfe58cd1f6c608b1652768f4fc785881cf6b4b
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central
Total 47 tests
Status Summary
Firefox
OK : 2
PASS: 45
FAIL: 4
Links
Details
New Tests That Don't Pass
/web-animations/interfaces/DocumentTimeline/document-timeline-phases.tentative.html
Document timeline starts in "active" phase.: FAIL
Setting document timeline phase (which is readonly) throws TypeError.: FAIL
/scroll-animations/scroll-timeline-phases.tentative.html
Scroll timeline starts in "inactive" phase.: FAIL
Setting scroll timeline phase (which is readonly) throws TypeError.: FAIL
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fe85232e380a
https://hg.mozilla.org/mozilla-central/rev/9410ab513e78
Description
•