New wpt failures in /css/css-animations/parsing/ [animation-delay-end-computed.html, animation-delay-end-valid.html, animation-delay-shorthand.html, and 1 others]
Categories
(Core :: CSS Transitions and Animations, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wpt])
Syncing wpt PR 38008 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-animations/parsing/animation-delay-end-computed.html [wpt.fyi]
- Property animation-delay-end value 'initial':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-delay-end value '-500ms':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-delay-end value 'calc(2 * 3s)':
FAIL(Chrome:PASS, Safari:FAIL) - Property animation-delay-end value '20s, 10s':
FAIL(Chrome:PASS, Safari:FAIL)
- Property animation-delay-end value 'initial':
- /css/css-animations/parsing/animation-delay-end-valid.html [wpt.fyi]
- e.style['animation-delay-end'] = "-5ms" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay-end'] = "0s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay-end'] = "10s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay-end'] = "20s, 10s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL)
- e.style['animation-delay-end'] = "-5ms" should set the property value:
- /css/css-animations/parsing/animation-delay-shorthand.html [wpt.fyi]
- e.style['animation-delay'] = "1s 2s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s, 3s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s, 2s 3s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s" should set animation-delay-end:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s" should set animation-delay-start:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s" should not set unrelated longhands:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s" should set animation-delay-end:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s" should set animation-delay-start:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s" should not set unrelated longhands:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s, 3s 4s" should set animation-delay-end:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s, 3s 4s" should set animation-delay-start:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s, 3s 4s" should not set unrelated longhands:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s, 3s, 4s 5s" should set animation-delay-end:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s, 3s, 4s 5s" should set animation-delay-start:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay'] = "1s 2s, 3s, 4s 5s" should not set unrelated longhands:
FAIL(Chrome:PASS, Safari:FAIL)
- e.style['animation-delay'] = "1s 2s" should set the property value:
- /css/css-animations/parsing/animation-delay-start-valid.html [wpt.fyi]
- e.style['animation-delay-start'] = "-5ms" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay-start'] = "0s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay-start'] = "10s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL) - e.style['animation-delay-start'] = "20s, 10s" should set the property value:
FAIL(Chrome:PASS, Safari:FAIL)
- e.style['animation-delay-start'] = "-5ms" should set the property value:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1810712 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Comment 1•3 years ago
|
||
The properties here are part of the scroll-animations spec. See bug 1676780 for the css-driven scroll animations metabug.
Updated•3 years ago
|
Updated•3 years ago
|
Description
•