summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout
AgeCommit message (Expand)Author
2023-05-02LibWeb: Fix intrinsic sizing when min or max width is specifiedAliaksandr Kalenik
2023-05-02LibWeb: Set zero underflow when calculating intrinsic width of blockAliaksandr Kalenik
2023-05-02LibWeb: Account for box-sizing:border-box in layout-less definite sizesAndreas Kling
2023-04-30LibWeb: Parse `grid-template` propertymartinfalisse
2023-04-30LibWeb: Resolve horizontal auto margins for images with `display: block`Andreas Kling
2023-04-29LibWeb: Exclude borders from width available for table columnsAliaksandr Kalenik
2023-04-29LibWeb: Implement "distribute height to rows" step in TFCAliaksandr Kalenik
2023-04-29LibWeb: Fix division by zero in table columns width distributionAliaksandr Kalenik
2023-04-28LibWeb: Compute inset for relative positioned inline-blockEmil Militzer
2023-04-28LibWeb: Consider cell computed height in total row min height of tableAliaksandr Kalenik
2023-04-28LibWeb: Consider row computed height in total row min height of tableAliaksandr Kalenik
2023-04-27LibWeb: Blockify pseudo elements that are flex itemsAndreas Kling
2023-04-27LibWeb: Fix bug where `box-sizing: border-box` made flex items too smallAndreas Kling
2023-04-27LibWeb: Prevent margin double-counting with "collapse through" boxesAliaksandr Kalenik
2023-04-24LibWeb: Fix grid size when intrinsically sizedmartinfalisse
2023-04-21Tests/LibWeb: Time limit layout testsAliaksandr Kalenik
2023-04-19LibWeb: Fix broken handling of `flex: <flex-grow>` shorthandAndreas Kling
2023-04-19LibWeb: Layout <svg> nested inside <svg>Andreas Kling
2023-04-18LibWeb: Treat unresolvable percentage flex-basis values as 'content'Andreas Kling
2023-04-17LibWeb: Honor box-sizing in flex item "specified size suggestion"Andreas Kling
2023-04-17LibWeb: Support implicit lineto commands after moveto in SVG pathsAndreas Kling
2023-04-17Tests: Add layout test for SVG `preserveAspectRatio`MacDue
2023-04-17LibWeb: Implement SVG `preserveAspectRatio` attributeMacDue
2023-04-16LibWeb: Fix multi-line flex column layouts with auto height on containerAndreas Kling
2023-04-16LibWeb: Honor gap between flex lines when using align-content: stretchAndreas Kling
2023-04-15LibWeb: Scale SVG stroke-width based on viewboxMacDue
2023-04-14LibWeb: Honor column-gap and row-gap CSS properties in flex layoutAndreas Kling
2023-04-13LibWeb: Reimplement CalculatedStyleValue as a calculation node treeSam Atkins
2023-04-12Tests: Add layout test for SVG transforms and viewboxesMacDue
2023-04-07LibWeb: Use max-width property in table formattingmartinfalisse
2023-04-07LibWeb: Add table formatting testsmartinfalisse
2023-04-07LibWeb: Move table tests to their own foldermartinfalisse
2023-04-07LibWeb: Don't put abspos grid/flex items in anonymous wrapperAndreas Kling
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
2023-04-05LibWeb: Use intrinsic aspect ratio when calculating max content heightmatcool
2023-04-02LibWeb: Add borders functionality to CSS Gridmartinfalisse
2023-04-02LibWeb: Fix regression in definite grid row heightsmartinfalisse
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Fix application of intrinsic aspect ratio to flex column itemsAndreas Kling
2023-04-01LibWeb: Add display grid automated testsmartinfalisse
2023-04-01Tests: Use layout tests placed in subdirectoriesmartinfalisse
2023-03-30LibWeb: Actually visit rules and media queries in imported style sheetsAndreas Kling
2023-03-29LibWeb: Resolve percentage vertical-align values against line-heightAndreas Kling
2023-03-28LibWeb: Clamp fit-content widths in flex layout to min/max-widthAndreas Kling
2023-03-28Tests/LibWeb: Add layout test for layout fix in PR #15780Luke Wilde
2023-03-27LibWeb: Use fit-content width in place of indefinite flex item widthsAndreas Kling
2023-03-27LibWeb: Fix intrinsic sizing early return condition in TFCAliaksandr Kalenik
2023-03-26Tests/LibWeb: Test flex column item with auto height and max-widthAndreas Kling