Open Bug 2000129 Opened 10 months ago Updated 9 months ago

New wpt failures in /css/css-values/ [random-computed.tentative.html, random-serialize.tentative.html]

Categories

(Core :: CSS Parsing and Computation, defect, P3)

defect

Tracking

()

People

(Reporter: wpt-sync, Unassigned)

References

Details

(Whiteboard: [wpt])

Syncing wpt PR 55867 found new untriaged test failures in CI

Tests Affected

New Tests That Don't Pass

  • /css/css-values/random-computed.tentative.html [wpt.fyi]
    • Property scale value 'random(--foo element-shared, 3, 13)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(element-shared --foo, 4, 14)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(0, 10, 5)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(--foo, 10, 20, 5)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(--foo element-shared, 20, 30, 5)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(element-shared --foo, 30, 40, 5)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(40, 50, -5)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(NaN, 100, 10)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(10, NaN, 10)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(NaN, NaN, 10)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(NaN, 100, NaN)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(10, NaN, NaN)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(NaN, NaN, NaN)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(10, 100, NaN)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(NaN, 100, 10))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(10, NaN, 10))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(NaN, NaN, 10))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(NaN, 100, NaN))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(10, NaN, NaN))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(NaN, NaN, NaN))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(10, 100, NaN))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(infinity, 100)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(infinity, infinity)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(infinity, 100, 10)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(infinity, infinity, 10)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(infinity, 100, infinity)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(infinity, infinity, infinity)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(infinity, 100))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(infinity, infinity))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(infinity, infinity, 10))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(infinity, 100, infinity))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(infinity, infinity, infinity))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(infinity, 100, 10))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(10, infinity, 10)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(10, infinity, infinity)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(10, infinity, 10))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(10, infinity, infinity))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'random(10, 100, -infinity)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value 'calc(10 + random(10, 100, -infinity))': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value on pseudo element '::before' 'random(element-shared, 9, 19)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property scale value on pseudo element '::before' 'random(element-shared --foo, 10, 20)': FAIL (Chrome: FAIL, Safari: PASS)
    • Property translate value 'random(10%, 100%)': FAIL (Chrome: FAIL, Safari: PASS)
    • Maximum random: 'random(a, b)': FAIL (Chrome: FAIL, Safari: PASS)
    • Maximum random - shorthand: random(a, b)): FAIL (Chrome: FAIL, Safari: PASS)
    • Shared globally: random(--identifier element-shared, a, b): FAIL (Chrome: FAIL, Safari: PASS)
    • Fixed: random(fixed <number>, a, b): FAIL (Chrome: FAIL, Safari: PASS)
  • /css/css-values/random-serialize.tentative.html [wpt.fyi]
    • e.style['width'] = "random(0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(auto, 0px, 100px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(--foo element-shared, 0px, 100px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(auto element-shared, 0px, 100px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(element-shared --foo, 0px, 100px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(element-shared auto, 0px, 100px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(fixed 0.5, 0px, 100px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(--foo, 0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(auto, 0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(--foo element-shared, 0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(auto element-shared, 0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(element-shared --foo, 0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(element-shared auto, 0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(fixed 0.5, 0px, 100px, 50px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(-100px, -10px, -5px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['width'] = "random(fixed calc(2 / 4), 0px, 100px)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['max-lines'] = "random(25, 50, 5)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['scale'] = "random(0.5, 2.5, 0.1)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['rotate'] = "random(25deg, 1turn, 5deg)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)
    • e.style['transition-delay'] = "random(25ms, 50s, 5s)" should set the property value: FAIL (Chrome: FAIL, Safari: PASS)

CI Results

Gecko CI (Treeherder)
GitHub PR Head

Notes

These updates will be on mozilla-central once bug 1998536 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: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.