Files
ladybird/Tests/LibWeb/Text/expected/hit_testing/pointer-events.txt
Jelle Raaijmakers 522aa41667 LibWeb: Honor pointer-events for PaintableBox in own stacking context
If a block element with its own stacking context has `pointer-events:
none` set, it should be ignored as far as hit-testing goes.

Fixes #3357.
2025-01-26 17:30:00 +01:00

15 lines
132 B
Plaintext

<DIV id="a1">
<BODY>
---
<DIV id="b3">
<DIV id="b2">
---
<A id="c1">
<BODY>
---
<I id="d2">
<B id="d1">
---
<DIV id="e2">
<BODY>
---