ladybird/Tests/LibWeb/Crash/Layout
Aliaksandr Kalenik da5d4e9f6a LibWeb: Assign sticky insets to Layout::InlineNode
Before this change we were ignoring boxes with `display: inline` while
assigning sticky insets. This was not correct because inline boxes are
allowed to have sticky positioning.

Fixes:
https://github.com/LadybirdBrowser/ladybird/issues/3718
https://github.com/LadybirdBrowser/ladybird/issues/3507
https://github.com/LadybirdBrowser/ladybird/issues/3133
2025-02-27 19:55:46 +01:00
..
display-inline-with-position-sticky.html LibWeb: Assign sticky insets to Layout::InlineNode 2025-02-27 19:55:46 +01:00
style-propagation-for-long-continuation-chain.html LibWeb: Only apply style for continuation nodes once 2025-02-05 14:34:21 +01:00
svg-box-no-inline-continuation.html LibWeb: Do not crash when inserting block elements into inline SVGBoxes 2025-02-19 13:49:24 +01:00