servo/tests/wpt/meta/css/cssom-view/scrollParent-shadow-tree.html.ini
Martin Robinson 2c7866eb24
script/layout: Implement HTMLElement.scrollParent (#39110)
This new API allows getting the element which establishes an element's
scroll container. This will be used to properly implement
`scrollIntoView`. There is still work to do for this API and
`offsetParent` to properly handle ancestors which are
closed-shadow-hidden from the original query element.

In addition, fix an issue where inline boxes were establishing scrolling
containers (they shouldn't do that).

Testing: There are tests for this change.
Fixes: #39096.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2025-09-03 18:52:15 +00:00

6 lines
191 B
INI
Vendored

[scrollParent-shadow-tree.html]
[scrollParent skips intermediate closed shadow tree nodes]
expected: FAIL
[scrollParent skips intermediate open shadow tree nodes]
expected: FAIL