servo/tests/wpt/meta/css/cssom-view/scrollIntoView-fixed.html.ini
Martin Robinson 9f4f598f44
script: Use HTMLElement.scrollParent to implement Element.scrollIntoView (#39144)
To find scrolling ancestors, we need to walk up the flat tree and only
consider the elements that are in the chain of containing block
ancestors of an element. `scrollParent` now does this so we can use it
to properly implement `scrollIntoView`.

Testing: There are WPT tests for this change.

---------

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2025-09-07 21:44:11 +00:00

6 lines
207 B
INI
Vendored

[scrollIntoView-fixed.html]
[[Box B\] scrollIntoView from unscrollable position:fixed in iframe]
expected: FAIL
[[Box D\] scrollIntoView from scrollable position:fixed in iframe]
expected: FAIL