diff options
author | Oriol Brufau <obrufau@igalia.com> | 2024-11-30 15:25:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-30 14:25:10 +0000 |
commit | f2b5f515d75cd3ec65e3f0b38f7e3263814989af (patch) | |
tree | 07dc20f139ac15bd9891b48605d62d57f5e8fa49 /tests/wpt/meta/css/css-values/animations | |
parent | 3b5ffabbca11885a07c57a689df439163b0ba1c7 (diff) | |
download | servo-test.tar.gz servo-test.zip |
Fix alignment of abspos child of flexbox with flipped direction (#34426)test
The containing block for the static position of an absolutely positioned
element in flex layout is established by the flex container. However, if
the flex container has static position, the actual containing block will
be established by another ancestor.
If the flex container and the containing block have different directions,
the static position needs especial handling when aligning the abspos.
We were already trying to do so with the `flip_anchor` flag, but there
were bugs.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'tests/wpt/meta/css/css-values/animations')
0 files changed, 0 insertions, 0 deletions