Closed Bug 1942821 Opened 19 days ago Closed 18 days ago

[wpt-sync] Sync PR 50194 - Implement parsing for animation-trigger-timeline

Categories

(Core :: CSS Transitions and Animations, task, P4)

task

Tracking

()

RESOLVED FIXED
136 Branch
Tracking Status
firefox136 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 50194 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/50194
Details from upstream follow.

David Awogbemila <awogbemila@chromium.org> wrote:

Implement parsing for animation-trigger-timeline

Parsing test from animation-timeline-parsing.html reused.

Bug: 390314945
Change-Id: I317b8126f3f7f91cbf6c111eba9cad4bd381670b
Reviewed-on: https://chromium-review.googlesource.com/6180949
WPT-Export-Revision: a57becc49cea6ace65e8aff7579335e89f100216

Component: web-platform-tests → CSS Transitions and Animations
Product: Testing → Core

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI

Total 1 tests and 69 subtests

Status Summary

Firefox

OK : 1
PASS: 20
FAIL: 49

Chrome

OK : 1
PASS: 20
FAIL: 49

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /css/css-animations/parsing/animation-trigger-timeline-parsing.tentative.html [wpt.fyi]
    • e.style['animation-trigger-timeline'] = "initial" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "inherit" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "unset" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "revert" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "auto" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "none" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "auto, auto" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "none, none" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "auto, none" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "none, auto" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "--test" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "--test1, --test2" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "--test1, --test2, none, --test3, auto" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll()" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = " scroll() " should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(block)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(inline)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(x)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(y)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(root)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(nearest)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(self)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(inline nearest)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(nearest inline)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(block self)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(self block)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "scroll(y root)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view()" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = " view() " should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(block)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(inline)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(x)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(y)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(y 1px 2px)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(y 1px)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(y auto)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(y auto auto)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(y auto 1px)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(1px 2px y)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(1px y)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(auto x)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(1px 2px)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(1px)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(1px 1px)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(1px auto)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(auto calc(1% + 1px))" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(2em calc(1% + 1em))" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(auto)" should set the property value: FAIL (Chrome: FAIL)
    • e.style['animation-trigger-timeline'] = "view(auto auto)" should set the property value: FAIL (Chrome: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/cf68e04ae222 [wpt PR 50194] - Implement parsing for animation-trigger-timeline, a=testonly https://hg.mozilla.org/integration/autoland/rev/3216d422a867 [wpt PR 50194] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 18 days ago
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in before you can comment on or make changes to this bug.