Files
ladybird/Userland/Libraries/LibWeb/Layout/TreeBuilder.cpp
Aliaksandr Kalenik 2e1113cb88 LibWeb: Fix child wrapping in table fix up
- Wrapped sequence should be inserted before first non-match
node instead of next sibling of first non-match node
- If sequence is not empty after sibling traversal it should be
wrapped
2022-12-09 12:53:05 +01:00

23 KiB