Files
ladybird/Libraries/LibHTML/Layout/LayoutBlock.cpp
Andreas Kling 38b55ee067 LibHTML: LayoutBlock::hit_test() was calling the wrong parent class
Oops, we now need to call LayoutBox instead of LayoutNode for blocks
with non-inline children.
2019-10-15 22:02:58 +02:00

9.1 KiB