Closed Bug 1842695 Opened 3 years ago Closed 1 year ago

New wpt failures in /css/css-view-transitions/group-animation-for-root-transition.html

Categories

(Core :: CSS Parsing and Computation, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1919333

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

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.

Severity: -- → S4

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;
}
Depends on: 1948058
No longer depends on: css-view-transitions-1
Duplicate of this bug: 1842710
Duplicate of this bug: 1866380

(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).

Depends on: 1919333

The severity field for this bug is set to S4. However, the following bug duplicate has higher severity:

:emilio, could you consider increasing the severity of this bug to S3?

For more information, please visit BugBot documentation.

Flags: needinfo?(emilio)
Severity: S4 → S3
Flags: needinfo?(emilio)
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1919333
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.