[wpt-sync] Sync PR 51467 - Create AnimationTriggers for CSSAnimations
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51467 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51467
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
Create AnimationTriggers for CSSAnimations
This patch uses the computed style for an element with a declared
animation to compute the AnimationTrigger for that Animation.
A follow-up patch will implement the next step which is to detect the
when the AnimationTrigger should action the animation.Bug: 390314945
Change-Id: I6594ec25b0d8c998bb595f53a6c53ec1e613b381
Reviewed-on: https://chromium-review.googlesource.com/6288053
WPT-Export-Revision: 58e55abbd866ac259d6dfeccd5920c3e8c407d91
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 27 subtests
Status Summary
Firefox
OK
: 1[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt] 2[GitHub]
PASS
: 23
FAIL
: 1[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt] 5[GitHub]
Chrome
OK
: 2
PASS
: 25
FAIL
: 6
Safari
OK
: 2
PASS
: 24
FAIL
: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /scroll-animations/animation-trigger/animation-trigger.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)- Default AnimationTrigger for CSS Animation:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - AnimationTrigger for CSS Animation with scroll() timeline:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - AnimationTrigger for CSS Animation with view() timeline:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - AnimationTrigger for CSS Animation with deferred timeline:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Default AnimationTrigger for CSS Animation:
- /web-animations/interfaces/Animation/style-change-events.html [wpt.fyi]
- All property keys are recognized:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- All property keys are recognized:
Tests Disabled in Gecko Infrastructure
- /scroll-animations/animation-trigger/animation-trigger.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)
Comment 4•1 month ago
|
||
bugherder |
Description
•