mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Use computed values in Element::is_potentially_scrollable
`Layout::NodeWithStyle::computed_values()` actually holds used values which may not be the same as computed values e.g. if they have been modified by `Document::propagate_overflow_to_viewport()`
This commit is contained in:
committed by
Jelle Raaijmakers
parent
fd7006956c
commit
665feb57ae
Notes:
github-actions[bot]
2026-02-06 10:30:07 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/665feb57ae6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7196 Reviewed-by: https://github.com/gmta ✅
@@ -2,13 +2,12 @@ Harness status: OK
|
||||
|
||||
Found 8 tests
|
||||
|
||||
4 Pass
|
||||
4 Fail
|
||||
Fail scrollingElement in quirks mode
|
||||
8 Pass
|
||||
Pass scrollingElement in quirks mode
|
||||
Pass scrollingElement in no-quirks mode
|
||||
Fail scrollingElement in quirks mode (body table)
|
||||
Pass scrollingElement in quirks mode (body table)
|
||||
Pass scrollingElement in no-quirks mode (body table)
|
||||
Fail scrollingElement in quirks mode (root table)
|
||||
Pass 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 quirks mode (root table, body table)
|
||||
Pass scrollingElement in no-quirks mode (root table, body table)
|
||||
Reference in New Issue
Block a user