LibWeb: Improve scrollingElement handling

This change is currently entirely undetectable because of what the
added FIXME talks about. Currently, the HTML element's overflow is
always set to visible in both axes, so it getting set to "clip" in
the imported test ends up not mattering at all.
This commit is contained in:
Psychpsyo
2025-11-06 17:17:34 +01:00
committed by Sam Atkins
parent 03f262f03d
commit fe2bc2bfe7
Notes: github-actions[bot] 2026-01-13 11:48:17 +00:00
5 changed files with 177 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
Harness status: OK
Found 8 tests
4 Pass
4 Fail
Fail scrollingElement in quirks mode
Pass scrollingElement in no-quirks mode
Fail scrollingElement in quirks mode (body table)
Pass scrollingElement in no-quirks mode (body table)
Fail scrollingElement in quirks mode (root table)
Pass scrollingElement in no-quirks mode (root table)
Fail scrollingElement in quirks mode (root table, body table)
Pass scrollingElement in no-quirks mode (root table, body table)