1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Tests/LibWeb/Layout/expected/flex
PaddiM8 6de701b5c3 LibWeb: Handle auto margins with flex and justify-content
Auto margins used together with justify-content would previously
result in children being positioned outside their parent. This was
solved by letting auto margins take precedence when they are used,
which was already implemented to some extent before, but not
fully.
2023-07-26 08:35:23 +02:00
..
abspos-flex-child-static-position-with-align-items.txt LibWeb: Fix absolute positioning issues 2023-07-08 06:13:56 +02:00
abspos-flex-child-static-position-with-justify-content.txt LibWeb: Fix flex & abspos alignment issues 2023-07-10 20:57:49 +02:00
align-keywords-start-and-end.txt LibWeb: Support start and end alignment values in flex layout 2023-06-06 21:02:04 +02:00
align-self-end-crash.txt LibWeb: Don't assert when flex-item has align-self: end 2023-06-20 13:26:41 +02:00
automatic-minimum-size-with-explicit-flex-basis-and-flex-container-with-max-content-main-size.txt LibWeb: Fix a case of incorrect flex container max-content main size 2023-06-08 13:54:11 +02:00
calc-flex-basis.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
cross-size-of-item-with-box-sizing-border-box-and-nonzero-padding.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
flex-column-item-with-intrinsic-aspect-ratio-and-percentage-max-width.txt LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio 2023-05-10 18:46:04 +02:00
flex-column-item-with-natural-aspect-ratio-and-automatic-cross-size.txt LibWeb: Resolve flex item auto cross sizes through aspect ratio 2023-07-05 19:03:20 +02:00
flex-column-item-with-percentage-max-width.txt LibWeb: Resolve flex item percentages against used flex container sizes 2023-07-18 06:04:55 +02:00
flex-container-intrinsic-cross-size-with-max-content-main-size.txt LibWeb: Allow infinitely long flex lines when sizing under max-content 2023-06-01 15:11:48 +02:00
flex-container-with-max-width-and-negative-margin-in-same-axis.txt LibWeb: Measure the overflow for all scroll containers 2023-06-01 13:33:35 +02:00
flex-gap-between-items-and-lines.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
flex-item-min-width-fit-content.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
flex-item-with-calc-main-size-and-layout-dependent-containing-block-size.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
flex-item-with-intrinsic-aspect-ratio-and-max-height.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
flex-row-reverse-with-centered-content.txt LibWeb: Initial offset in reverse flex layout moved to opposite side 2023-05-09 10:32:09 +02:00
flex-shorthand-flex-basis-zero-percent.txt LibWeb: Set flex-basis to 0% when omitted from flex shorthand 2023-06-08 10:05:56 +02:00
inf-available-space-with-auto-margins.txt LibWeb: Avoid leaking infinite remaining_free_space in FFC calculation 2023-07-26 05:17:56 +02:00
inline-flex-with-main-axis-margin-on-flex-container.txt LibWeb: Allow IFC to size inline-flex boxes midway through flex layout 2023-06-19 18:51:00 +02:00
intrinsic-height-of-flex-container-with-svg-item-that-only-has-natural-aspect-ratio.txt LibWeb: Don't let items flex to infinite size in column layout 2023-07-06 09:25:48 +02:00
justify-content-1.txt LibWeb: Handle auto margins with flex and justify-content 2023-07-26 08:35:23 +02:00
justify-content-space-between-single-item.txt LibWeb: Fix division by zero in distribute_any_remaining_free_space 2023-07-25 14:51:50 +02:00
justify-content-with-margin-auto-child.txt LibWeb: Handle auto margins with flex and justify-content 2023-07-26 08:35:23 +02:00
multi-line-column-container-with-automatic-height.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
percentage-flex-basis-with-indefinite-flex-container-size.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
relpos-flex-item.txt LibWeb: Resolve used insets for flex items 2023-07-04 06:43:53 +02:00
reverse-flex-layout-with-space-between-and-space-around.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00
specified-size-suggestion-with-box-sizing-border-box.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
stretch-alignment-with-cross-gap.txt LibWeb: Use fixed-point saturated arithmetics for CSSPixels 2023-07-25 11:52:02 +02:00