summaryrefslogtreecommitdiff
path: root/Tests/LibWeb
AgeCommit message (Expand)Author
2023-05-10LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratioAndreas Kling
2023-05-10LibWeb: Don't resolve CSS property values for unconnected elementsAndreas Kling
2023-05-10LibWeb: Adjust flex item main size through aspect ratio if neededAndreas Kling
2023-05-10LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFCAliaksandr Kalenik
2023-05-09LibWeb: Improve handling of min/max constraint violations on imagesAndreas Kling
2023-05-09LibWeb: Initial offset in reverse flex layout moved to opposite sideEmil Militzer
2023-05-09LibWeb: Align `GridFormattingContext::run_track_sizing()` with the specAliaksandr Kalenik
2023-05-09Tests/LibWeb: Split input/grid/minmax.html into smaller testsAliaksandr Kalenik
2023-05-09Tests/LibWeb: Split input/grid/gap.html into smaller testsAliaksandr Kalenik
2023-05-09Tests/LibWeb: Split input/grid/template-areas.html into smaller testsAliaksandr Kalenik
2023-05-08LibWeb: Stop changing width of block-level flex containers during layoutAndreas Kling
2023-05-08LibWeb: Use layout-test-mode for layout testsmartinfalisse
2023-05-07LibWeb: Set width in `compute_width_for_table_wrapper()`Aliaksandr Kalenik
2023-05-07LibWeb: Enforce min/max height constraints on abspos replaced boxesAndreas Kling
2023-05-06LibWeb: Consolidate track sizing code for rows and columns in GFCAliaksandr Kalenik
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: Implement more box type transformation edge casesAndreas Kling
2023-05-03LibWeb: Exclude table-wrapper margins from table available widthAliaksandr Kalenik
2023-05-03LibWeb: Use appropriate containing block width to get width of tableAliaksandr Kalenik
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-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