New wpt failures in /css/css-view-transitions/group-animation-for-root-transition.html
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Syncing wpt PR 40923 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-view-transitions/group-animation-for-root-transition.html [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1842301 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•3 years ago
|
Comment 1•1 year ago
|
||
This depends on the group animations keyframes.
Also, I notice we may have make the animations longer to avoid intermittent, e.g.:
:root::view-transition-group(*),
:root::view-transition-new(*),
:root::view-transition-old(*) {
animation-duration: 100s;
}
Comment 4•1 year ago
|
||
(In reply to Boris Chiou [:boris] from comment #1)
This depends on the group animations keyframes.
Also, I notice we may have make the animations longer to avoid intermittent, e.g.:
:root::view-transition-group(*), :root::view-transition-new(*), :root::view-transition-old(*) { animation-duration: 100s; }
Oops. This bug is also depended on Bug 1919333. That's why inherit doesn't work in this test. (I didn't see any animations because animation-duration is default value in the :view-transition-new() and :view-transition-old() pseudos).
Comment 5•1 year ago
|
||
The severity field for this bug is set to S4. However, the following bug duplicate has higher severity:
- Bug 1866380: S3
:emilio, could you consider increasing the severity of this bug to S3?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Description
•