[wpt-sync] Sync PR 39891 - [scroll-start] Parse scroll-start-target longhands
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39891 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39891
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
[scroll-start] Parse scroll-start-target longhands
scroll-start-target is included in the scroll-snap-2 spec[1].
scroll-start-target, when set on the child of a scroller, is on of the
factors that determines the starting scroll position of that scroller.[1] https://drafts.csswg.org/css-scroll-snap-2/#scroll-start
Bug: 1439807
Change-Id: I5cf33610d36cd73b3c48fc1e206790f941a0ba8c
Reviewed-on: https://chromium-review.googlesource.com/4514676
WPT-Export-Revision: 359fc52e73e9173dc31b29fed17cc177f5e1a93c
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 8 subtests
Status Summary
Firefox
OK : 3
PASS: 12
FAIL: 16
Chrome
OK : 3
PASS: 12
FAIL: 16
Safari
OK : 3
PASS: 12
FAIL: 16
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-scroll-snap-2/parsing/scroll-start-target-computed.html [wpt.fyi]
- Property scroll-start-target-block value 'auto':
FAIL(Chrome:FAIL, Safari:FAIL) - Property scroll-start-target-block value 'none':
FAIL(Chrome:FAIL, Safari:FAIL) - Property scroll-start-target-inline value 'auto':
FAIL(Chrome:FAIL, Safari:FAIL) - Property scroll-start-target-inline value 'none':
FAIL(Chrome:FAIL, Safari:FAIL) - Property scroll-start-target-x value 'auto':
FAIL(Chrome:FAIL, Safari:FAIL) - Property scroll-start-target-x value 'none':
FAIL(Chrome:FAIL, Safari:FAIL) - Property scroll-start-target-y value 'auto':
FAIL(Chrome:FAIL, Safari:FAIL) - Property scroll-start-target-y value 'none':
FAIL(Chrome:FAIL, Safari:FAIL)
- Property scroll-start-target-block value 'auto':
- /css/css-scroll-snap-2/parsing/scroll-start-target-valid.html [wpt.fyi]
- e.style['scroll-start-target-block'] = "none" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL) - e.style['scroll-start-target-block'] = "auto" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL) - e.style['scroll-start-target-inline'] = "none" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL) - e.style['scroll-start-target-inline'] = "auto" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL) - e.style['scroll-start-target-x'] = "none" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL) - e.style['scroll-start-target-x'] = "auto" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL) - e.style['scroll-start-target-y'] = "none" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL) - e.style['scroll-start-target-y'] = "auto" should set the property value:
FAIL(Chrome:FAIL, Safari:FAIL)
- e.style['scroll-start-target-block'] = "none" should set the property value:
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/43b4f307ff43
https://hg.mozilla.org/mozilla-central/rev/10891f50e4eb
Description
•