1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Tests/LibWeb/Layout/expected/flex
Andreas Kling 102b8d717f LibWeb: Set flex-basis to 0% when omitted from flex shorthand
This doesn't match the spec, *but* matches what other engines do, and it
turns out this is required for web compat. (It fixes the menu on MDN.)
2023-06-08 10:05:56 +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
calc-flex-basis.txt LibWeb: Support flex-basis: calc(...) 2023-05-17 07:40:17 +02:00
cross-size-of-item-with-box-sizing-border-box-and-nonzero-padding.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +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-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-with-calc-main-size-and-layout-dependent-containing-block-size.txt LibWeb: Support flex items with calc() main size containing percentages 2023-06-02 17:17:45 +02:00
flex-item-with-intrinsic-aspect-ratio-and-max-height.txt LibWeb: Measure the overflow for all scroll containers 2023-06-01 13:33:35 +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
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
reverse-flex-layout-with-space-between-and-space-around.txt LibWeb: Support reverse flex layout with space-around/space-between 2023-05-28 18:02:00 +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: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00