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
Age
Commit message (
Expand
)
Author
2023-05-02
LibWeb: Fix intrinsic sizing when min or max width is specified
Aliaksandr Kalenik
2023-05-02
LibWeb: Set zero underflow when calculating intrinsic width of block
Aliaksandr Kalenik
2023-05-02
LibWeb: Account for box-sizing:border-box in layout-less definite sizes
Andreas Kling
2023-04-30
LibWeb: Parse `grid-template` property
martinfalisse
2023-04-30
LibWeb: Resolve horizontal auto margins for images with `display: block`
Andreas Kling
2023-04-29
LibWeb: Exclude borders from width available for table columns
Aliaksandr Kalenik
2023-04-29
LibWeb: Implement "distribute height to rows" step in TFC
Aliaksandr Kalenik
2023-04-29
LibWeb: Fix division by zero in table columns width distribution
Aliaksandr Kalenik
2023-04-28
LibWeb: Compute inset for relative positioned inline-block
Emil Militzer
2023-04-28
LibWeb: Consider cell computed height in total row min height of table
Aliaksandr Kalenik
2023-04-28
LibWeb: Consider row computed height in total row min height of table
Aliaksandr Kalenik
2023-04-27
LibWeb: Blockify pseudo elements that are flex items
Andreas Kling
2023-04-27
LibWeb: Fix bug where `box-sizing: border-box` made flex items too small
Andreas Kling
2023-04-27
LibWeb: Prevent margin double-counting with "collapse through" boxes
Aliaksandr Kalenik
2023-04-24
LibWeb: Fix grid size when intrinsically sized
martinfalisse
2023-04-21
Tests/LibWeb: Time limit layout tests
Aliaksandr Kalenik
2023-04-19
LibWeb: Fix broken handling of `flex: <flex-grow>` shorthand
Andreas Kling
2023-04-19
LibWeb: Layout <svg> nested inside <svg>
Andreas Kling
2023-04-18
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
Andreas Kling
2023-04-17
LibWeb: Honor box-sizing in flex item "specified size suggestion"
Andreas Kling
2023-04-17
LibWeb: Support implicit lineto commands after moveto in SVG paths
Andreas Kling
2023-04-17
Tests: Add layout test for SVG `preserveAspectRatio`
MacDue
2023-04-17
LibWeb: Implement SVG `preserveAspectRatio` attribute
MacDue
2023-04-16
LibWeb: Fix multi-line flex column layouts with auto height on container
Andreas Kling
2023-04-16
LibWeb: Honor gap between flex lines when using align-content: stretch
Andreas Kling
2023-04-15
LibWeb: Scale SVG stroke-width based on viewbox
MacDue
2023-04-14
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
Andreas Kling
2023-04-13
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
Sam Atkins
2023-04-12
Tests: Add layout test for SVG transforms and viewboxes
MacDue
2023-04-07
LibWeb: Use max-width property in table formatting
martinfalisse
2023-04-07
LibWeb: Add table formatting tests
martinfalisse
2023-04-07
LibWeb: Move table tests to their own folder
martinfalisse
2023-04-07
LibWeb: Don't put abspos grid/flex items in anonymous wrapper
Andreas Kling
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
2023-04-05
LibWeb: Use intrinsic aspect ratio when calculating max content height
matcool
2023-04-02
LibWeb: Add borders functionality to CSS Grid
martinfalisse
2023-04-02
LibWeb: Fix regression in definite grid row heights
martinfalisse
2023-04-02
LibWeb: Don't apply presentational hints to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Don't apply element inline style to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Fix application of intrinsic aspect ratio to flex column items
Andreas Kling
2023-04-01
LibWeb: Add display grid automated tests
martinfalisse
2023-04-01
Tests: Use layout tests placed in subdirectories
martinfalisse
2023-03-30
LibWeb: Actually visit rules and media queries in imported style sheets
Andreas Kling
2023-03-29
LibWeb: Resolve percentage vertical-align values against line-height
Andreas Kling
2023-03-28
LibWeb: Clamp fit-content widths in flex layout to min/max-width
Andreas Kling
2023-03-28
Tests/LibWeb: Add layout test for layout fix in PR #15780
Luke Wilde
2023-03-27
LibWeb: Use fit-content width in place of indefinite flex item widths
Andreas Kling
2023-03-27
LibWeb: Fix intrinsic sizing early return condition in TFC
Aliaksandr Kalenik
2023-03-26
Tests/LibWeb: Test flex column item with auto height and max-width
Andreas Kling
[next]