Closed Bug 1925803 Opened 27 days ago Closed 24 days ago

[wpt-sync] Sync PR 48715 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=281830

Categories

(Core :: Layout, task, P4)

task

Tracking

()

RESOLVED FIXED
133 Branch
Tracking Status
firefox133 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Antoine Quint <graouts@apple.com> wrote:

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=281830

WebKit export from bug: [scroll-animations] add unexported tests from 283155@main ovewritten after latest WPT update

Component: web-platform-tests → Layout
Product: Testing → Core
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]

CI Results

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

Total 2 tests and 69 subtests

Status Summary

Firefox

OK : 2
PASS: 20
FAIL: 93

Chrome

OK : 2
PASS: 113

Safari

OK : 2
PASS: 20
FAIL: 93

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /scroll-animations/css/animation-timeline-computed.html [wpt.fyi]
    • Property animation-timeline value 'initial': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'inherit': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'unset': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'revert': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'auto': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'none': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'auto, auto': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'none, none': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'auto, none': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'none, auto': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value '--test': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value '--test1, --test2': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value '--test1, --test2, none, --test3, auto': FAIL (Chrome: PASS, Safari: FAIL)
    • The animation-timeline property shows up in CSSStyleDeclaration enumeration: FAIL (Chrome: PASS, Safari: FAIL)
    • The animation-timeline property shows up in CSSStyleDeclaration.cssText: FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll()': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(block)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(inline)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(x)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(y)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(root)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(nearest)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(self)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(self), scroll(nearest)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(inline nearest)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(nearest inline)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(block self)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(self block)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'scroll(y root)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view()': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(block)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(inline)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(x)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(y)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(y 1px)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(1px auto)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(auto 1px)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(y 1px auto)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(1px y)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(y auto)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(y auto auto)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(10% 10px)': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(auto calc(1% + 1px))': FAIL (Chrome: PASS, Safari: FAIL)
    • Property animation-timeline value 'view(2em calc(1% + 1em))': FAIL (Chrome: PASS, Safari: FAIL)
  • /scroll-animations/css/animation-timeline-parsing.html [wpt.fyi]
    • e.style['animation-timeline'] = "initial" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "inherit" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "unset" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "revert" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "auto" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "none" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "auto, auto" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "none, none" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "auto, none" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "none, auto" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "--test" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "--test1, --test2" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "--test1, --test2, none, --test3, auto" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll()" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = " scroll() " should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(block)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(inline)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(x)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(y)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(root)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(nearest)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(self)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(inline nearest)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(nearest inline)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(block self)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(self block)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "scroll(y root)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view()" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = " view() " should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(block)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(inline)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(x)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(y)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(y 1px 2px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(y 1px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(y auto)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(y auto auto)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(y auto 1px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(1px 2px y)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(1px y)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(auto x)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(1px 2px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(1px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(1px 1px)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(1px auto)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(auto calc(1% + 1px))" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(2em calc(1% + 1em))" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(auto)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['animation-timeline'] = "view(auto auto)" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
Status: NEW → RESOLVED
Closed: 24 days ago
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in before you can comment on or make changes to this bug.