mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-17 21:26:44 +00:00
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.
15 lines
132 B
Plaintext
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>
|
|
--- |