LibWeb/HTML: Account for fixed-positioning CBs in scrollParent

This commit is contained in:
Sam Atkins
2025-12-16 15:00:18 +00:00
parent 89def06fcc
commit fd55d03061
Notes: github-actions[bot] 2026-01-06 15:56:24 +00:00
2 changed files with 21 additions and 5 deletions

View File

@@ -2,14 +2,13 @@ Harness status: OK
Found 11 tests
10 Pass
1 Fail
11 Pass
Pass scrollParent returns the nearest scroll container.
Pass hidden element is a scroll container.
Pass Element with no box has null scrollParent.
Pass scrollParent follows absolute positioned containing block chain.
Pass scrollParent follows fixed positioned containing block chain.
Fail scrollParent of element fixed to root is null.
Pass scrollParent of element fixed to root is null.
Pass scrollParent of child in root viewport returns document scrolling element.
Pass scrollParent of fixed element contained within root is document scrolling element.
Pass scrollParent of body is null.