summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/expected/block-and-inline
AgeCommit message (Expand)Author
2023-05-08LibWeb: Stop changing width of block-level flex containers during layoutAndreas Kling
2023-05-05LibWeb: Zero out margins if width is not 'auto' in BFC's compute_width0GreenClover0
2023-05-05LibWeb: Remove early resolve to auto while calculating border-box widthAliaksandr Kalenik
2023-05-05LibWeb: Remove setting length to 0px if it is not definiteAliaksandr Kalenik
2023-05-04LibWeb: Narrow width of boxes that create BFC to avoid overlap of floatAliaksandr Kalenik
2023-05-03LibWeb: Implement the "The html element fills the viewport quirk"Andreas Kling
2023-05-03LibWeb: Take floats into account when measuring automatic width of IFCAndreas Kling
2023-05-03LibWeb: Show formatting context roots in layout tree dumpsAndreas Kling
2023-05-02LibWeb: Fix intrinsic sizing when min or max width is specifiedAliaksandr Kalenik
2023-04-28LibWeb: Compute inset for relative positioned inline-blockEmil Militzer
2023-04-27LibWeb: Prevent margin double-counting with "collapse through" boxesAliaksandr Kalenik
2023-04-06LibWeb: Ignore preferred width when calculating intrinsic width of blockAndreas Kling
2023-04-06Tests/LibWeb: Move block & inline layout tests into own directoryAndreas Kling