Open
Bug 1917051
Opened 1 year ago
Updated 1 year ago
New wpt failures in /css/css-animations/parsing/ [animation-range-shorthand.html, animation-shorthand.html]
Categories
(Core :: CSS Transitions and Animations, defect)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 47982 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-animations/parsing/animation-range-shorthand.html [wpt.fyi]
- e.style['animation-range'] = "50% exit 50%" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "normal 100px" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "100px" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "100px normal" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "10% normal" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property animation-range value '10em exit 20em':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property animation-range value 'normal 100px':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property animation-range value '100px':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property animation-range value '100px normal':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property animation-range value '10% normal':
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "100px" should set animation-range-end:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "100px" should set animation-range-start:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "100px" should not set unrelated longhands:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "10%" should set animation-range-end:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "10%" should set animation-range-start:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation-range'] = "10%" should not set unrelated longhands:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- e.style['animation-range'] = "50% exit 50%" should set the property value:
- /css/css-animations/parsing/animation-shorthand.html [wpt.fyi]
- e.style['animation'] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-range-end:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-range-start:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-timeline:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-duration:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-range-end:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-range-start:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-timeline:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "4 1s -3s cubic-bezier(0, -2, 1, 3), anim paused both reverse" should set animation-duration:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "4 1s -3s cubic-bezier(0, -2, 1, 3), anim paused both reverse" should set animation-range-end:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "4 1s -3s cubic-bezier(0, -2, 1, 3), anim paused both reverse" should set animation-range-start:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['animation'] = "4 1s -3s cubic-bezier(0, -2, 1, 3), anim paused both reverse" should set animation-timeline:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- e.style['animation'] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-range-end:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1917022 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.
Updated•1 year ago
|
Severity: -- → S4
Depends on: timeline-ranges
You need to log in
before you can comment on or make changes to this bug.
Description
•