mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 14:19:15 +00:00
LibWeb: Test nested elements in InlinePaintable::hit_test()
Before this change we were ignoring nested paintables inside inline paintable during hit-testing, but now we recurse into subtree. Fixes https://github.com/SerenityOS/serenity/issues/22927
This commit is contained in:
parent
1583e6ce07
commit
c02820759b
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: c02820759b
Pull-request: https://github.com/SerenityOS/serenity/pull/22937
Issue: https://github.com/SerenityOS/serenity/issues/22927
4 changed files with 37 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
lang "en" <SPAN id="name" >
|
||||
<SPAN id="value" >
|
Loading…
Add table
Add a link
Reference in a new issue