Open Bug 1811126 Opened 3 years ago Updated 3 years ago

[wpt-sync] Sync PR 38051 - [scroll-timeline] List-valued scroll-timeline properties

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(Not tracked)

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Anders Hartvoll Ruud <andruud@chromium.org> wrote:

[scroll-timeline] List-valued scroll-timeline properties

This CL makes it possible to specify more than one scroll timeline
on the same element (like view timelines). This largely means
generalizing some view-timeline-specific code, and re-using that
for scroll-timeline.

Fixed: 1357795
Change-Id: I91f46bffb22b81811ffaad562c9df6ebf86e9402
Reviewed-on: https://chromium-review.googlesource.com/4177115
WPT-Export-Revision: 8e9b3a3d9df36ec52aac36910021b1a41febcfc5

Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]

CI Results

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

Total 1 tests and 35 subtests

Status Summary

Firefox

OK : 1
PASS: 4[GitHub] 13[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt]
FAIL: 22[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] 31[GitHub]

Chrome

OK : 1
PASS: 17
FAIL: 18

Safari

OK : 1
PASS: 4
FAIL: 31

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /scroll-animations/css/scroll-timeline-shorthand.tentative.html [wpt.fyi]
    • e.style['scroll-timeline'] = "none block" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "none inline" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc horizontal" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc inline" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "aBc inline" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "none vertical" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline inline" should set the property value: FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc" should set the property value: FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline" should set the property value: FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "a, b, c" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "a inline, b block, c vertical" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • Property scroll-timeline value 'none block': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property scroll-timeline value 'abc inline': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property scroll-timeline value 'none vertical': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property scroll-timeline value 'abc horizontal': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property scroll-timeline value 'vertical vertical': FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • Property scroll-timeline value 'abc': FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • Property view-timeline value 'a, b, c': FAIL (Chrome: PASS, Safari: FAIL)
    • Property view-timeline value 'a inline, b block, c vertical': FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical" should set scroll-timeline-axis: FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical" should set scroll-timeline-name: FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical" should not set unrelated longhands: FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline horizontal" should set scroll-timeline-axis: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline horizontal" should set scroll-timeline-name: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline horizontal" should not set unrelated longhands: FAIL [GitHub], PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical, def" should set scroll-timeline-axis: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical, def" should set scroll-timeline-name: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical, def" should not set unrelated longhands: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc, def" should set scroll-timeline-axis: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc, def" should set scroll-timeline-name: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc, def" should not set unrelated longhands: FAIL (Chrome: FAIL, Safari: FAIL)
You need to log in before you can comment on or make changes to this bug.