ladybird/Tests/LibWeb/Text/expected/hit_testing
Aliaksandr Kalenik 53ef0e2e88 LibWeb: Adjust stacking context position by scroll offset in hit-testing
Fixes a bug when stacking contexts nested inside scrollable box are
treated as fixed positioned during hit-testing.
2024-08-07 18:14:41 +02:00
..
basic.txt
box-outside-of-abspos-containing-block-border-rect.txt LibWeb: Always check paintable boxes children during hit-testing 2024-03-05 15:43:17 +01:00
button.txt LibWeb: Fix hit-testing for button element 2024-02-13 14:22:14 +01:00
click-outside-of-box-with-hidden-overflow.txt LibWeb: Use clip rectangles assigned to paintables in hit-testing 2024-01-30 11:22:22 +01:00
click-outside-of-box-with-lines-and-hidden-overflow.txt LibWeb: Use clip rectangles assigned to paintables in hit-testing 2024-01-30 11:22:22 +01:00
float-with-inline-sibling-after.txt
grid.txt
hit-testing-an-xml-svg-should-not-crash.txt Tests/LibWeb: Test hit testing in XML .svg files does not crash 2024-02-18 18:33:11 +01:00
inline-stacking-context.txt
nested-inline-paintables.txt LibWeb: Test nested elements in InlinePaintable::hit_test() 2024-01-25 15:53:18 +01:00
open-details-by-clicking-on-triangle.txt LibWeb: Always check paintable boxes children during hit-testing 2024-03-05 15:43:17 +01:00
overflow-hidden-wrapped-into-css-translate.txt LibWeb: Fix hit-testing by excluding CSS transform from clip rect check 2024-02-22 07:36:20 +01:00
overflow-scroll.txt LibWeb: Account for scroll offset in hit-testing 2024-01-29 09:57:40 +01:00
positioned-z-index-0-and-floats.txt LibWeb: Reduce paintable tree traversals during hit-testing 2024-03-01 13:03:53 +01:00
stacking-context-inside-scrollable-box.txt LibWeb: Adjust stacking context position by scroll offset in hit-testing 2024-08-07 18:14:41 +02:00
svg-path.txt LibWeb: Add hit-testing test for SVG path 2024-02-14 06:56:22 +01:00
text.txt