mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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:
Notes:
github-actions[bot]
2026-01-13 11:48:17 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/fe2bc2bfe73 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6724 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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)
|
||||
Reference in New Issue
Block a user