ladybird/Tests/LibWeb/Text/expected/wpt-import/css/CSS2/floats
zac 4070f5a7e0 LibWeb: Prevent hit testing from transforming position more than once
The transform of each paintable was being applied multiple times due to
the recursive nature of the hit testing methods. Previously it used
combined_css_transform to transform the position, and then it would pass
that position to children, which would then apply combined_css_transform
again, and so on.

PaintableBoxes are also not hit tested anymore when having a stacking
context. A similar check is done in PaintableWithLines, but it was
missing from PaintableBox. Without this check some elements can get
returned multiple times from a hit test.

StackingContexts with zero opacity will now also get hit tested, as it
should have been before.
2025-08-27 09:14:33 +02:00
..
computed-float-position-absolute.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
float-in-self-painting-inline.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
float-no-interpolation.txt LibWeb: Implement the transition-behavior CSS property 2025-05-02 11:07:19 +01:00
floats-saturated-position-crash.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hit-test-floats-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hit-test-floats-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hit-test-floats-003.txt LibWeb: Prevent hit testing from transforming position more than once 2025-08-27 09:14:33 +02:00
hit-test-floats-004.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hit-test-floats-005.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
list-item-taller-than-opportunity-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
remove-float-in-first-line.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
remove-float-then-abspos-in-inline.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
zero-space-between-floats-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
zero-space-between-floats-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
zero-space-between-floats-003.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
zero-space-between-floats-004.txt LibWeb: Don't mess up the order of nodes when wrapping inline contents 2025-04-24 19:12:50 +02:00