[wpt-sync] Sync PR 46222 - Implement scroll-markers property
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46222 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46222
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Implement scroll-markers property
The 'scrol-markers' property specifies whether the scroll container
should have a '::scroll-marker-group' pseudo element created, and its
position relative to the scroll container: none, before, after.Bug: 332396355
Change-Id: I0abbdcfcfa55b9ca038c001a496e13aeddadea4a
Reviewed-on: https://chromium-review.googlesource.com/5527124
WPT-Export-Revision: 835fcb84bbe9bbeda64818d6ecd1164032fa277c
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 7 subtests
Status Summary
Firefox
OK
: 3
PASS
: 5
FAIL
: 16
Chrome
OK
: 3
PASS
: 5
FAIL
: 16
Safari
OK
: 3
PASS
: 5
FAIL
: 16
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-overflow/parsing/scroll-markers-computed.tentative.html [wpt.fyi]
- Property scroll-markers value 'initial':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property scroll-markers value 'inherit':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property scroll-markers value 'unset':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property scroll-markers value 'revert':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property scroll-markers value 'none':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property scroll-markers value 'before':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property scroll-markers value 'after':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - The scroll-markers property shows up in CSSStyleDeclaration enumeration:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - The scroll-markers property shows up in CSSStyleDeclaration.cssText:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Property scroll-markers value 'initial':
- /css/css-overflow/parsing/scroll-markers-valid.tentative.html [wpt.fyi]
- e.style['scroll-markers'] = "initial" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['scroll-markers'] = "inherit" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['scroll-markers'] = "unset" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['scroll-markers'] = "revert" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['scroll-markers'] = "none" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['scroll-markers'] = "before" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['scroll-markers'] = "after" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['scroll-markers'] = "initial" should set the property value:
https://hg.mozilla.org/mozilla-central/rev/db86d9deba5f
https://hg.mozilla.org/mozilla-central/rev/49abbdd2f890
Description
•