1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 04:45:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
634ce37663 LibWeb: Make hit-testing work with display: inline-block;
When hit testing encountered a block with inline children, we assumed
that the inline children are nothing but text boxes. An inline-block
box is actually a block child of a block with inline children, so we
have to handle that scenario as well. :^)

Fixes #2353.
2020-05-23 21:08:25 +02:00