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
Age
Commit message (
Expand
)
Author
2023-05-10
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
Andreas Kling
2023-05-10
LibWeb: Don't resolve CSS property values for unconnected elements
Andreas Kling
2023-05-10
LibWeb: Adjust flex item main size through aspect ratio if needed
Andreas Kling
2023-05-10
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Improve handling of min/max constraint violations on images
Andreas Kling
2023-05-09
LibWeb: Initial offset in reverse flex layout moved to opposite side
Emil Militzer
2023-05-09
LibWeb: Align `GridFormattingContext::run_track_sizing()` with the spec
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/minmax.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/gap.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/template-areas.html into smaller tests
Aliaksandr Kalenik
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-05-08
LibWeb: Use layout-test-mode for layout tests
martinfalisse
2023-05-07
LibWeb: Set width in `compute_width_for_table_wrapper()`
Aliaksandr Kalenik
2023-05-07
LibWeb: Enforce min/max height constraints on abspos replaced boxes
Andreas Kling
2023-05-06
LibWeb: Consolidate track sizing code for rows and columns in GFC
Aliaksandr Kalenik
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: Implement more box type transformation edge cases
Andreas Kling
2023-05-03
LibWeb: Exclude table-wrapper margins from table available width
Aliaksandr Kalenik
2023-05-03
LibWeb: Use appropriate containing block width to get width of table
Aliaksandr Kalenik
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-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
[next]