index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibWeb
/
Layout
/
expected
/
block-and-inline
Age
Commit message (
Expand
)
Author
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-05-05
LibWeb: Zero out margins if width is not 'auto' in BFC's compute_width
0GreenClover0
2023-05-05
LibWeb: Remove early resolve to auto while calculating border-box width
Aliaksandr Kalenik
2023-05-05
LibWeb: Remove setting length to 0px if it is not definite
Aliaksandr Kalenik
2023-05-04
LibWeb: Narrow width of boxes that create BFC to avoid overlap of float
Aliaksandr Kalenik
2023-05-03
LibWeb: Implement the "The html element fills the viewport quirk"
Andreas Kling
2023-05-03
LibWeb: Take floats into account when measuring automatic width of IFC
Andreas Kling
2023-05-03
LibWeb: Show formatting context roots in layout tree dumps
Andreas Kling
2023-05-02
LibWeb: Fix intrinsic sizing when min or max width is specified
Aliaksandr Kalenik
2023-04-28
LibWeb: Compute inset for relative positioned inline-block
Emil Militzer
2023-04-27
LibWeb: Prevent margin double-counting with "collapse through" boxes
Aliaksandr Kalenik
2023-04-06
LibWeb: Ignore preferred width when calculating intrinsic width of block
Andreas Kling
2023-04-06
Tests/LibWeb: Move block & inline layout tests into own directory
Andreas Kling