ladybird/Tests/LibWeb/Text/expected/hit_testing/pointer-events.txt
Jelle Raaijmakers 054b4dace0 LibWeb: Hit test StackingContext's children before testing visibility
If a node that establishes a StackingContext has `pointer-events: none`,
hit testing should first proceed with hit testing the SC's children
before deciding to bail. We were checking for `pointer-events` too
early, causing large parts of certain websites to be noninteractive.

Fixes #6017.
2025-08-29 01:25:01 +02:00

21 lines
180 B
Text

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