Open Bug 1815907 Opened 2 years ago Updated 2 years ago

New wpt failures in /css/css-animations/parsing/ [animation-range-end-computed.html, animation-range-end-valid.html, animation-range-shorthand.html, and 2 others]

Categories

(Core :: CSS Transitions and Animations, defect, P3)

defect

Tracking

()

People

(Reporter: wpt-sync, Unassigned)

References

(Depends on 1 open bug)

Details

(Whiteboard: [wpt])

Syncing wpt PR 38419 found new untriaged test failures in CI

Tests Affected

New Tests That Don't Pass

  • /css/css-animations/parsing/animation-range-end-computed.html [wpt.fyi]
    • Property animation-range-end value 'initial': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'auto': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'cover 0%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'COVER 0%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'cover 100%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'cover 120%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'cover 42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'cover -42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'contain 42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'exit 42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'exit calc(41% + 1%)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'exit 1%, cover 2%, contain 100%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'contain calc(10% + 10px)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-end value 'exit calc(1em + 10px)': FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-animations/parsing/animation-range-end-valid.html [wpt.fyi]
    • e.style['animation-range-end'] = "auto" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "cover 0%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "cover 100%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "cover 120%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "cover 42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "cover -42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "contain 42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "exit 42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "exit 1%, cover 2%, contain 100%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "contain calc(10px + 10%)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-end'] = "exit calc(1em + 10px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-animations/parsing/animation-range-shorthand.html [wpt.fyi]
    • e.style['animation-range'] = "cover" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "contain" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "exit" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "exit 0% exit 100%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "cover 0% cover 100%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "contain 0% contain 100%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "cover 50%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "contain 50%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "exit 50%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "exit calc(10% + 50px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "cover" should set animation-range-end: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "cover" should set animation-range-start: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "cover" should not set unrelated longhands: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "contain" should set animation-range-end: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "contain" should set animation-range-start: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range'] = "contain" should not set unrelated longhands: FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-animations/parsing/animation-range-start-computed.html [wpt.fyi]
    • Property animation-range-start value 'initial': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'auto': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'cover 0%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'COVER 0%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'cover 100%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'cover 120%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'cover 42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'cover -42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'contain 42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'exit 42%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'exit calc(41% + 1%)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'exit 1%, cover 2%, contain 100%': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'contain calc(10% + 10px)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-range-start value 'exit calc(1em + 10px)': FAIL (Chrome: PASS, Safari: FAIL)
  • /css/css-animations/parsing/animation-range-start-valid.html [wpt.fyi]
    • e.style['animation-range-start'] = "auto" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "cover 0%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "cover 100%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "cover 120%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "cover 42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "cover -42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "contain 42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "exit 42%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "exit 1%, cover 2%, contain 100%" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "contain calc(10px + 10%)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-range-start'] = "exit calc(1em + 10px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)

CI Results

Gecko CI (Treeherder)
GitHub PR Head

Notes

These updates will be on mozilla-central once bug 1815720 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.

Seems like a new feature.

Severity: -- → S3
Priority: -- → P3
Depends on: 1825427
You need to log in before you can comment on or make changes to this bug.