ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-flexbox
Jelle Raaijmakers cf3bb8c129 LibWeb: Distinguish first and last baseline sets in box_baseline()
box_baseline() applied CSS2's bottom margin edge rule for non-visible
overflow to every caller, so flex items with hidden overflow were
baseline-aligned by their margin edge instead of their text. CSS Align
scopes that rule to a box's last baseline set, while flex baseline
alignment and table cells use the first set, which always derives from
content. Parameterize box_baseline() on the requested baseline set and
propagate it through the recursive child lookup.
2026-06-16 10:39:02 +02:00
..
abspos LibWeb: Fix flex abspos static positions on reversed cross axes 2026-04-03 14:29:44 +02:00
alignment LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
animation LibWeb: Support composition of mixed values 2026-02-23 09:01:19 +00:00
getcomputedstyle Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
intrinsic-size Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
parsing LibWeb: Resolve container-relative length units 2026-06-01 08:27:17 +01:00
align-content-horiz-001a.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-content-horiz-001b.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-content-horiz-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-content-vert-001a.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-content-vert-001b.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-content-vert-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-content-wmvert-001.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
align-content-wrap-001.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
align-content-wrap-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-content-wrap-003.txt LibWeb: Honor reversed axes for flex overflow 2026-04-05 10:42:32 +02:00
align-content-wrap-005.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-lr-flexbox-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-lr-grid-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-lr-items.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-lr-table-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-rl-flexbox-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-rl-grid-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-rl-items.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-column-vert-rl-table-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-vert-lr-column-horz-flexbox-item.txt LibWeb: Distinguish first and last baseline sets in box_baseline() 2026-06-16 10:39:02 +02:00
align-items-baseline-vert-lr-column-horz-grid-item.txt LibWeb: Distinguish first and last baseline sets in box_baseline() 2026-06-16 10:39:02 +02:00
align-items-baseline-vert-lr-column-horz-items.txt LibWeb: Distinguish first and last baseline sets in box_baseline() 2026-06-16 10:39:02 +02:00
align-items-baseline-vert-lr-column-horz-table-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-items-baseline-vert-rl-column-horz-flexbox-item.txt LibWeb: Distinguish first and last baseline sets in box_baseline() 2026-06-16 10:39:02 +02:00
align-items-baseline-vert-rl-column-horz-grid-item.txt LibWeb: Distinguish first and last baseline sets in box_baseline() 2026-06-16 10:39:02 +02:00
align-items-baseline-vert-rl-column-horz-items.txt LibWeb: Distinguish first and last baseline sets in box_baseline() 2026-06-16 10:39:02 +02:00
align-items-baseline-vert-rl-column-horz-table-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
align-self-014.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
box-sizing-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
box-sizing-min-max-sizes-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
canvas-dynamic-change-001.txt LibWeb/Layout: Don't inject natural size in prepare_for_replaced_layout 2026-02-02 14:36:49 +00:00
change-column-flex-width.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
column-flex-child-with-overflow-scroll.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
column-reverse-gap.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
columns-height-set-via-top-bottom.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
dynamic-grid-flex-abspos.txt LibWeb: Mark width & height of grid item definite before inside layout 2025-08-07 09:34:16 +02:00
fieldset-as-container-justify-center.tentative.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-aspect-ratio-img-column-011.txt LibWeb: Account for natural aspect ratio in calculate_min_content_height 2025-07-08 22:35:04 +02:00
flex-aspect-ratio-img-column-017.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-aspect-ratio-img-row-005.txt LibWeb: Don't distort replaced elements with natural size in flex layout 2025-07-15 00:52:50 +02:00
flex-aspect-ratio-img-row-013.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-basis-009.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-column-relayout-assert.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-direction-column-overlap-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-factor-less-than-one.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
flex-flow-013.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
flex-item-compressible-001.txt Tests: Re-enable some tests which rely on font loading 2026-02-24 15:44:32 +00:00
flex-item-compressible-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-item-contains-strict.txt LibWeb: Implement CSS 'contain' property 2025-01-28 11:24:40 +00:00
flex-minimum-height-flex-items-009.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-height-flex-items-010.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-height-flex-items-012.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-height-flex-items-025.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-height-flex-items-031.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-size-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-size-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-size-003.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-minimum-width-flex-items-014.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-one-sets-flex-basis-to-zero-px.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
flex-outer-flexbox-column-recalculate-height-on-resize-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flex-shorthand-flex-basis-middle.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexbox-justify-content-wmvert-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexbox-justify-content-wmvert-003.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
flexbox-lines-must-be-stretched-by-default.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexbox_first-letter.txt LibWeb/CSS: Discard unsupported style properties on pseudo-elements 2025-03-24 09:49:50 +00:00
flexbox_justifycontent-center-overflow.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexbox_justifycontent-rtl-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexbox_justifycontent-rtl-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexbox_width-change-and-relayout-children.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexbox_width-wrapping-column.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexitem-no-margin-collapsing.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
flexitem-stretch-image.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
gap-017.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
gap-018.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
height-percentage-with-dynamic-container-size.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hittest-anonymous-box.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hittest-before-pseudo.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hittest-overlapping-margin.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hittest-overlapping-order.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
hittest-overlapping-relative.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
image-as-flexitem-size-001.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-001v.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-002.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-002v.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-003.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
image-as-flexitem-size-003v.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
image-as-flexitem-size-004.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
image-as-flexitem-size-004v.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
image-as-flexitem-size-005.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-005v.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-006.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-006v.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-007.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
image-as-flexitem-size-007v.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
inline-flex.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
inline-flexbox-wrap-vertically-width-calculation.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
intrinsic-width-orthogonal-writing-mode.txt LibWeb: Use fragment extents for orthogonal inline widths 2026-04-05 00:03:22 +02:00
justify-content-006.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
justify-content-007.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
justify-content_space-between-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
layout-with-inline-svg-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
max-width-violation.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
multiline-min-max.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
multiline-min-preferred-width.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
negative-overflow-002.txt LibWeb: Honor reversed axes for flex overflow 2026-04-05 10:42:32 +02:00
negative-overflow-003.txt LibWeb: Honor reversed axes for flex overflow 2026-04-05 10:42:32 +02:00
negative-overflow.txt LibWeb: Add scrollable overflow padding per axis 2026-05-17 14:19:36 +02:00
order_value.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
orthogonal-writing-modes-and-intrinsic-sizing.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
overflow-auto-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
overflow-auto-003.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
overflow-auto-004.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
overflow-auto-006.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
overflow-auto-008.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
percentage-heights-000.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
percentage-heights-001.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
percentage-heights-003.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
percentage-heights-011.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
percentage-heights-012.txt LibWeb: Fix remaining flex percentage-height WPTs 2026-04-03 14:29:44 +02:00
percentage-heights-013.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
percentage-margins-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
percentage-max-width-cross-axis.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
percentage-size-quirks-002.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
percentage-size-quirks.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
percentage-size.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
position-relative-percentage-top-001.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
quirks-auto-block-size-with-percentage-item.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
radiobutton-min-size.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
relayout-align-items.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
relayout-image-load.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
relayout-input.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
scrollbars-auto-min-content-sizing.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
shrinking-column-flexbox.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
stretch-after-sibling-size-change.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
stretched-child-shrink-on-relayout.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
svg-root-as-flex-item-006.txt Tests: Reimport updated WPT test helper file 2026-02-06 11:37:14 +00:00
table-with-percent-intrinsic-width.txt Tests: Create imported WPT test output from completion callback data 2024-12-02 22:41:51 +00:00
text-as-flexitem-size-001.txt Tests: Re-enable some tests which rely on font loading 2026-02-24 15:44:32 +00:00