Closed Bug 1830106 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 39707 - [scroll-animations] Allow axis/attachment in any order

Categories

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

task

Tracking

(firefox115 fixed)

RESOLVED FIXED
115 Branch
Tracking Status
firefox115 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

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

[scroll-animations] Allow axis/attachment in any order

The axis and attachment parts of the scroll/view-timeline shorthand
are allowed in any order.

Bug: 1425939
Change-Id: I30ef421b377e54f017db8ef9f4d14731359f1ed6
Reviewed-on: https://chromium-review.googlesource.com/4475264
WPT-Export-Revision: 752a21578a651abf7ce710d8dc2f6d9c19fecbb1

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

CI Results

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

Total 2 tests and 50 subtests

Status Summary

Firefox

OK : 2
PASS: 73
FAIL: 35

Chrome

OK : 2
PASS: 104
FAIL: 4

Safari

OK : 2
PASS: 17
FAIL: 91

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'] = "abc defer vertical" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical defer" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • Property scroll-timeline value 'abc defer vertical': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property scroll-timeline value 'abc vertical defer': FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical local" should set scroll-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical local" should set scroll-timeline-axis: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical local" should set scroll-timeline-name: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical local" should not set unrelated longhands: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline horizontal defer" should set scroll-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline horizontal defer" should set scroll-timeline-axis: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline horizontal defer" should set scroll-timeline-name: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "inline horizontal defer" should not set unrelated longhands: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical ancestor, def" should set scroll-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical ancestor, def" should set scroll-timeline-axis: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical ancestor, def" should set scroll-timeline-name: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc vertical ancestor, def" should not set unrelated longhands: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['scroll-timeline'] = "abc, def" should set scroll-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • Shorthand contraction of scroll-timeline-name:abc:undefined;scroll-timeline-axis:inline:undefined;scroll-timeline-attachment:defer:undefined: FAIL (Chrome: PASS, Safari: FAIL)
    • Shorthand contraction of scroll-timeline-name:a, b:undefined;scroll-timeline-axis:inline, block:undefined;scroll-timeline-attachment:ancestor, local:undefined: FAIL (Chrome: PASS, Safari: FAIL)
  • /scroll-animations/css/view-timeline-shorthand.tentative.html [wpt.fyi]
    • e.style['view-timeline'] = "abc defer vertical" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
    • e.style['view-timeline'] = "abc vertical defer" should set the property value: FAIL (Chrome: PASS, Safari: FAIL)
    • Property view-timeline value 'abc defer vertical': FAIL (Chrome: FAIL, Safari: FAIL)
    • Property view-timeline value 'abc vertical defer': FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "abc vertical" should set view-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "abc vertical defer, def" should set view-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "abc vertical defer, def" should set view-timeline-axis: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "abc vertical defer, def" should set view-timeline-name: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "abc vertical defer, def" should not set unrelated longhands: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "abc, def" should set view-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "inline horizontal ancestor" should set view-timeline-attachment: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "inline horizontal ancestor" should set view-timeline-axis: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "inline horizontal ancestor" should set view-timeline-name: FAIL (Chrome: PASS, Safari: FAIL)
    • e.style['view-timeline'] = "inline horizontal ancestor" should not set unrelated longhands: FAIL (Chrome: PASS, Safari: FAIL)
    • Shorthand contraction of view-timeline-name:abc:undefined;view-timeline-axis:inline:undefined;view-timeline-attachment:ancestor:undefined: FAIL (Chrome: PASS, Safari: FAIL)
    • Shorthand contraction of view-timeline-name:a, b:undefined;view-timeline-axis:inline, block:undefined;view-timeline-attachment:defer, local:undefined: FAIL (Chrome: PASS, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/26112e812b76 [wpt PR 39707] - [scroll-animations] Allow axis/attachment in any order, a=testonly https://hg.mozilla.org/integration/autoland/rev/38fc5a14114d [wpt PR 39707] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in before you can comment on or make changes to this bug.