[wpt-sync] Sync PR 50694 - Add AnimationTrigger IDL
Categories
(Core :: DOM: Animation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50694 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50694
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
Add AnimationTrigger IDL
AnimationTrigger[1] will set conditions under which the UA will
automatically attempt to advance an animation's playback.
AnimationTrigger represents the IDL portion of the APIs being
introduced for scroll-triggered animations[2].[1] https://drafts.csswg.org/web-animations-2/#triggers
[2] https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAA6pwF6yEmATfHMv4RCp%2B6F_ufem%2Bt3%3D4maF15ySCKGXfCxb3w%40mail.gmail.comBug: 390314945
Change-Id: Ib410a9f00a0539c5258e286780e8e6b199e2d1cb
Reviewed-on: https://chromium-review.googlesource.com/6226451
WPT-Export-Revision: 74d51c376c2cc7ef55258a4e370ec6c226fde63c
Assignee | ||
Updated•11 days ago
|
Assignee | ||
Comment 1•11 days ago
|
||
Assignee | ||
Comment 2•10 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 7 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 7
Chrome
OK
: 1
FAIL
: 7
Safari
OK
: 1
FAIL
: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /web-animations/interfaces/AnimationTrigger/constructor.html [wpt.fyi]
- Default values when no property bag is supplied:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Default values when an empty property bag is supplied.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - All values supplied (scroll timeline).:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - All values supplied (view timeline).:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Set AnimationTrigger.type.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Set AnimationTrigger.timeline.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Set AnimationTrigger.rangeStart.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Default values when no property bag is supplied:
https://hg.mozilla.org/mozilla-central/rev/5eae26b3b14c
https://hg.mozilla.org/mozilla-central/rev/cb57846d7d82
Description
•