1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 20:50:59 +00:00
serenity/Tests/LibWeb/Layout/input/flex
Andreas Kling 3250a424f0 LibWeb: Don't offset abspos children of flex container by padding twice
We were incorrectly offsetting the static position of abspos children of
flex containers by the padding twice. This was a misguided attempt to
adjust to the abspos containing block being the padding box, not the
content box.

Fixes #21344.
2023-10-08 09:06:30 +02:00
..
abspos-flex-child-static-position-with-align-items.html
abspos-flex-child-static-position-with-justify-content.html
abspos-flex-child-static-position-with-padding-on-flex-container.html LibWeb: Don't offset abspos children of flex container by padding twice 2023-10-08 09:06:30 +02:00
abspos-flex-child-with-auto-height.html
align-items-normal.html
align-keywords-start-and-end.html
align-self-end-crash.html
automatic-minimum-size-with-explicit-flex-basis-and-flex-container-with-max-content-main-size.html
box-baseline-with-inline-flex-empty-child.html
br-element-does-not-get-blockified-by-itself.html
calc-flex-basis.html
cross-size-of-item-with-box-sizing-border-box-and-nonzero-padding.html
flex-column-container-with-max-width-max-content.html
flex-column-item-with-intrinsic-aspect-ratio-and-percentage-max-width.html
flex-column-item-with-natural-aspect-ratio-and-automatic-cross-size.html
flex-column-item-with-percentage-max-width.html
flex-container-intrinsic-cross-size-with-max-content-main-size.html
flex-container-with-max-width-and-negative-margin-in-same-axis.html
flex-gap-between-items-and-lines.html
flex-item-min-width-fit-content.html
flex-item-with-calc-main-size-and-layout-dependent-containing-block-size.html
flex-item-with-intrinsic-aspect-ratio-and-max-height.html
flex-row-reverse-with-centered-content.html
flex-shorthand-flex-basis-zero-percent.html
inf-available-space-with-auto-margins.html
inline-flex-with-main-axis-margin-on-flex-container.html
intrinsic-height-of-column-items-with-different-kinds-of-width.html
intrinsic-height-of-flex-container-with-svg-item-that-only-has-natural-aspect-ratio.html
justify-content-1.html
justify-content-space-between-single-item.html
justify-content-with-margin-auto-child.html
list-container-display-contents.html
multi-line-column-container-with-automatic-height.html
percentage-flex-basis-with-indefinite-flex-container-size.html
relpos-flex-item.html
reverse-flex-layout-with-space-between-and-space-around.html
specified-size-suggestion-with-box-sizing-border-box.html
stretch-alignment-with-cross-gap.html