ladybird/Tests/LibWeb/Layout/expected
Jelle Raaijmakers 1aeb080250 LibCompress: Treat LZW decoding errors as end of stream
The LZW data for both GIF and TIFF images is sometimes intentionally
missing an end-of-information (EOI) code, which technically is a
decoding error, but in practive is handled gracefully by Firefox, Safari
and Chrome for GIFs and Safari for TIFFs. Let's mirror their behavior.

The included WPT test exposes the fact that trailing garbage bytes can
also result in decoding errors. We handle this in the LZW logic rather
than in the image decoding since our LZW implementation is currently
only used by GIF and TIFF decoding. The error is logged behind the
LZW_DEBUG flag.
2026-04-29 20:28:15 +02:00
..
block-and-inline LibWeb: Apply calculated vertical-align offsets in LineBuilder 2026-04-15 21:49:40 +02:00
crash-tests LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css LibWeb: Establish formatting context due to container-type 2026-03-30 15:43:39 +01:00
css-counters LibWeb: Rebuild counter style cache lazily 2026-04-05 12:34:28 +02:00
css-values LibWeb: Move CSS transform resolution to visual context assignment 2026-01-31 16:56:05 +01:00
flex LibWeb: Let flexbox stretch auto-width text inputs 2026-04-13 09:57:01 +02:00
grid LibWeb: Clamp limited grid item contributions by fixed max tracks 2026-04-23 09:23:02 +01:00
layout-tree-update LibWeb: Clear stale layout descendants for skipped subtrees 2026-04-27 16:22:11 +02:00
misc LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
quirks LibWeb: Let flexbox stretch auto-width text inputs 2026-04-13 09:57:01 +02:00
svg LibWeb: Avoid applying viewbox transform multiple times for nested SVGs 2026-03-20 15:59:44 -05:00
table LibWeb: Use caption content width for inline layout in table captions 2026-04-22 15:35:07 +01:00
abspos-box-bottom-with-max-height.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-box-with-block-level-sibling.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-box-with-replaced-element.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
abspos-element-with-inline-as-abspos-containing-block.txt LibWeb: Support inline elements as abspos containing blocks 2026-01-19 17:34:46 +01:00
abspos-flex-container-with-auto-height.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-flex-margin-limits-1.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-flex-margin-limits-2.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-flexbox-with-auto-height.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-flexbox-with-auto-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-height-from-insets-with-min-max-height.txt LibWeb: Use re-solve pattern for abspos height min/max constraints 2026-02-10 11:58:15 +01:00
abspos-image-with-min-height-constraint.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-non-bfc-root-with-min-height-constraint.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-not-replaced-multiple-auto-variants.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-pseudo-element-with-inline-as-abspos-containing-block.txt LibWeb: Support inline elements as abspos containing blocks 2026-01-19 17:34:46 +01:00
abspos-relative-to-table-row.txt LibWeb: Replace static position ancestor walk with cumulative offset 2026-02-14 18:44:50 +01:00
abspos-static-position-containing-block-inline-situation.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-with-percentage-insets.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
abspos-with-static-position-in-one-axis.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
acid1.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
actually-ignore-the-negative-overflow-region.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
anonymous-wrappers-continue-to-inherit-style-after-change.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
aspect-ratio-auto-and-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
aspect-ratio-auto.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
aspect-ratio-degenerate-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
aspect-ratio-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
auto-margin-max-width-container.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
automatic-height-of-non-replaced-abspos-element-must-not-be-negative.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
automatic-width-of-non-replaced-abspos-element-must-not-be-negative.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
bfc-fit-content-width-with-margin.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
blank.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
block-button-margin-auto.txt LibWeb: Resolve margins for block-level buttons with width:auto 2026-01-26 10:00:17 +01:00
block-size.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
blockify-layout-internal-box-without-crashing.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
border-radius-invalid-corner-sampling-config.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
border-spacing-calc-dont-crash.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
box-sizing-border-box-for-definite-sizes-without-layout.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
br-should-not-generate-pseudo-before.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
button-with-before-and-after-pseudo-elements.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
calc-font-size-with-percentages.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
calc-negate-length.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
calc-negative-border-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
calc-with-fr.txt LibWeb: Support calculated <flex> values 2026-04-09 21:41:49 +01:00
child-of-abspos-percentage-height.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
clear-both-past-stacked-left-and-right-floats.txt LibWeb: Lower floats past opposite-side blockers 2026-03-29 12:05:25 +02:00
clear-on-block-after-stacked-floats.txt LibWeb: Fix clear property not clearing past all stacked floats 2026-03-29 12:05:25 +02:00
clear-past-stacked-floats-first-taller.txt LibWeb: Fix clear property not clearing past all stacked floats 2026-03-29 12:05:25 +02:00
clear-past-three-stacked-floats.txt LibWeb: Fix clear property not clearing past all stacked floats 2026-03-29 12:05:25 +02:00
clear-right-past-stacked-right-floats.txt LibWeb: Fix clear property not clearing past all stacked floats 2026-03-29 12:05:25 +02:00
clearfix-with-stacked-full-width-floats.txt LibWeb: Fix clear property not clearing past all stacked floats 2026-03-29 12:05:25 +02:00
content-image-simple.txt LibWeb: Dump all paintables attached to a layout node in dump_tree 2026-02-15 17:47:30 +01:00
css-all-unset.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-appearance-none.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-attr-typed-fallback.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-calc-border-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-content-visibility.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-degenerate-aspect-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-dir-selector.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-ex-unit.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-font-size-calc.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-font-size-math.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-host-selector-gets-parsed.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-import-rule.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-imported-sheet-with-media-rule.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-invalid-psuedo-compound-selector.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-line-height-percentage-inheritance.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-line-height-zero.txt LibWeb: Implement auto_content_box_size for textarea and input 2026-02-02 14:36:49 +00:00
css-logical-inset-properties.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-namespace-rule-matches.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-namespace-rule-no-match.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-namespace-tag-name-selector.txt LibWeb: Derive inline-block baseline from nested content 2026-01-22 19:36:09 +01:00
css-namespace-universal-selector.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-pseudo-element-blockification.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-pseudo-element-display-list-item.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-pseudo-element-should-not-be-affected-by-inline-style.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-pseudo-element-should-not-be-affected-by-presentational-hints.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-quotes-nesting.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-rect-value-with-calc-dont-crash.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-revert.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-round-function-with-percentage-value.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-snap-a-length-as-a-border-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-table-cell-verticalalign-text-top.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-text-transform-math-auto.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-transition-none.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
css-var-in-calc-block.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
details-closed.txt LibWeb: Unregister block container y-position update callback 2026-02-07 12:21:16 +01:00
details-open.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
details-summary-default-ua-style.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
dialog-open-modal.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
dialog-open-non-modal.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
display-contents-blockification-of-flex-items.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
display-contents-with-in-children.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
display-table-column-crash.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
display-table-inline-children.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
div_align.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
div_align_nested.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
document-write-incomplete-tag.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
dont-crash-on-relayout-that-rewraps-text.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
Element-insertAdjacentHTML.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
element-use-pseudo-element.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
empty-editable-shows-cursor.txt LibWeb: Add synthetic height for contenteditable elements 2026-03-03 16:20:10 +01:00
empty-image-should-be-zero-sized.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
empty-list-items.txt LibWeb: Use list item's line-height to provide space for marker 2026-01-26 16:41:42 +01:00
fieldset-legend-variations.txt LibWeb: Calculate a <fieldset>'s client height correctly 2026-03-10 19:08:15 +00:00
fieldset-with-rendered-legend.txt LibWeb: Calculate a <fieldset>'s client height correctly 2026-03-10 19:08:15 +00:00
flex-abspos-item-with-preceding-whitespace.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-auto.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
flex-baseline-alignment.txt LibWeb: Implement CSS flexbox baseline aligned items 2026-03-24 05:13:49 +01:00
flex-column-constained-wrap.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-column-constrained-nowrap.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-column-height-constrained-width-constrained.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-column-height-constrained.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-column-height-unconstrained.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-column-item-with-auto-height-and-max-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-column-item-with-auto-height-depending-auto-width-with-max-width-constraint.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-column-item-with-auto-height-depending-on-auto-width.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
flex-container-constrained-nowrap.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-container-constrained-wrap.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-container-max-content-width-with-definite-height-and-item-that-has-aspect-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-container-width-constrained.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-frozen-items-should-be-respected.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-grow-0-column.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-grow-1.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-grow-2.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-item-aspect-ratio-explicit-size.txt Tests: Increase flex test coverage for upcoming optimization 2026-01-09 00:13:05 +01:00
flex-item-auto-basis-content-minimum.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
flex-item-auto-height-with-wrap.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-item-definite-basis-explicit-size.txt Tests: Increase flex test coverage for upcoming optimization 2026-01-09 00:13:05 +01:00
flex-item-on-row-with-intrinsic-aspect-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-item-scroll-container.txt Tests: Increase flex test coverage for upcoming optimization 2026-01-09 00:13:05 +01:00
flex-item-vertical-padding-relative-to-flex-container-width.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
flex-item-with-cyclic-percentage-height.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-item-with-intrinsic-aspect-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-justify-end-gap.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-margin-auto-justify-content.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-row.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-shrink-1.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-shrink-2.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
flex-shrink-3.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
float-with-padding-top-beside-short-float.txt LibWeb: Use margin box for vertical overlap checks in float placement 2026-02-25 12:03:31 +01:00
floating-non-replaced-element-percentage-padding-against-indefinite-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
floating-replaced-element-percentage-padding-against-indefinite-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
font-family-monospace-quirk.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
font-fractional-size.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
font-size-legacy.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
font-size-zero.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
font-variation-settings-doesnt-disallow-merging-fallback-font.txt LibGfx+LibWeb: Allow setting FontVariationSettings for default font 2026-02-02 14:11:43 +00:00
font-with-many-normal-values.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
form-control-baseline-alignment.txt LibWeb: Fix input field placeholder vertical alignment 2026-03-02 13:24:20 +01:00
getComputedStyle-on-unconnected-element.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
grid-min-height-definite.txt LibWeb: Move min-height handling for independent FCs to parent context 2026-01-05 16:09:51 +01:00
grid-min-height-fit-content.txt LibWeb: Move min-height handling for independent FCs to parent context 2026-01-05 16:09:51 +01:00
grid-min-height-max-content-with-content.txt LibWeb: Move min-height handling for independent FCs to parent context 2026-01-05 16:09:51 +01:00
grid-min-height-max-content.txt LibWeb: Move min-height handling for independent FCs to parent context 2026-01-05 16:09:51 +01:00
grid-min-height-min-content.txt LibWeb: Move min-height handling for independent FCs to parent context 2026-01-05 16:09:51 +01:00
grid-place-items-center.txt LibWeb: Resolve grid item height via aspect-ratio for non-stretch items 2026-03-21 23:16:32 -05:00
height-min-max-fit-content.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
height-of-absolute-position-box-with-padding.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
hidden-root-element.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
hide-audio-based-on-controls.txt LibWeb: Use UA shadow DOM for media elements' controls 2026-02-23 07:27:31 +01:00
host-pseudo-class-basic.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
html-dimensions.txt LibWeb: Use UA shadow DOM for media elements' controls 2026-02-23 07:27:31 +01:00
html-display-contents.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
html-display-inline.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
html-encoding-detection-crash.txt LibWeb: Implement the body element fills the html element quirk 2026-01-26 16:48:21 +01:00
HTMLImageElement-update-the-image-data-temporary-document.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
HTMLSelectElement-selected-index.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
image-display-block-margin-auto.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
image-with-max-width-and-max-height.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
image-with-multiple-constraint-violations.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
img-max-width-border-box.txt LibWeb: Clamp replaced element min/max sizes in the content box space 2026-04-06 12:35:12 +02:00
img-with-box-sizing-border-box-and-padding.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
img-with-percentage-max-width-and-indefinite-containing-block-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
img-with-percentage-max-width-and-min-content-containing-block-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
import-after-namespace.txt LibWeb: Unregister block container y-position update callback 2026-02-07 12:21:16 +01:00
import-from-linked-style-sheet.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
important-custom-properties-resolution.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
incomplete-input-no-newline-at-eof-should-not-crash.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
inline-block-baseline-alignment.txt LibWeb: Derive inline-block baseline from nested content 2026-01-22 19:36:09 +01:00
inline-block-treat-100pct-width-as-auto.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
inline-flex-with-aspect-ratio.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
inline-fragment-ordering-flakiness.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
inline-nested-with-padding.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
inline-size.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
input-as-button-align-center.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
input-as-button-shrink-to-fit.txt LibWeb: Resolve margins for block-level buttons with width:auto 2026-01-26 10:00:17 +01:00
input-element-placeholder-position.txt LibWeb: Fix input field placeholder vertical alignment 2026-03-02 13:24:20 +01:00
input-element-with-display-inline.txt LibWeb: Make HTMLInputElement's contents scrollable 2026-02-11 11:04:53 +01:00
input-file.txt LibWeb: Remove label default inline-block style 2026-03-21 07:40:25 +00:00
input-image-to-text.txt LibWeb: Make HTMLInputElement's contents scrollable 2026-02-11 11:04:53 +01:00
input-image.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
input-max-height-border-box.txt LibWeb: Let flexbox stretch auto-width text inputs 2026-04-13 09:57:01 +02:00
input-max-width-border-box.txt LibWeb: Clamp replaced element min/max sizes in the content box space 2026-04-06 12:35:12 +02:00
input-min-height-border-box.txt LibWeb: Let flexbox stretch auto-width text inputs 2026-04-13 09:57:01 +02:00
input-password-to-text.txt LibWeb: Make HTMLInputElement's contents scrollable 2026-02-11 11:04:53 +01:00
input-placeholder-with-line-height.txt LibWeb: Implement auto_content_box_size for textarea and input 2026-02-02 14:36:49 +00:00
input-placeholder-with-text-align.txt LibWeb: Fix input field placeholder vertical alignment 2026-03-02 13:24:20 +01:00
input-placeholder.txt LibWeb: Fix input field placeholder vertical alignment 2026-03-02 13:24:20 +01:00
input-range.txt LibWeb: Apply z-index only to positioned elements 2026-04-03 23:28:39 +02:00
input-search-height-padding.txt LibWeb: Clamp replaced element min/max sizes in the content box space 2026-04-06 12:35:12 +02:00
input-text-node-invalidation-on-value-change.txt LibWeb: Make HTMLInputElement's contents scrollable 2026-02-11 11:04:53 +01:00
input-text-to-image.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
input-text-to-password.txt LibWeb: Make HTMLInputElement's contents scrollable 2026-02-11 11:04:53 +01:00
inset-shorthand-property.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
inside-list-item-content-offset.txt LibWeb: Use list item's line-height to provide space for marker 2026-01-26 16:41:42 +01:00
justify-content-flex-start.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
leading-metrics.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
letter-spacing-end-of-line-001.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
lh-1.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
lh-2.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
line-height-calc-number.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
link-sheet.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
list-item-marker-content-height.txt LibWeb: Use marker line-height as minimum size for list item 2026-02-11 11:04:32 +01:00
list-item-marker-pseudo-placement.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
list-item-with-floated-child.txt LibWeb: Use list item's line-height to provide space for marker 2026-01-26 16:41:42 +01:00
list-render-list-owner-is-document.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
list-render-list-owner-not-ol.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
list-render-no-list.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
margin-collapse-through-bfc.txt LibWeb: Do not allow margins collapsing through IFCs 2026-03-23 11:34:33 +01:00
margin-collapse-through-children-with-margin.txt LibWeb: Do not allow margins collapsing through IFCs 2026-03-23 11:34:33 +01:00
margins-around-empty-nodes.txt LibWeb: Unregister block container y-position update callback 2026-02-07 12:21:16 +01:00
media-query-empty.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
media-query-resolution.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
min-content-width-with-min-width-zero-descendant.txt LibWeb: Fix min-content collapsing to 0 with min-width: 0 descendant 2026-04-24 19:08:28 +02:00
min-width-border-box.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
multi-code-point-graphemes.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
multicol-bfc.txt Tests: Update test expectation for multicol-bfc 2025-12-15 12:47:34 +01:00
negative-max-size.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
nested-clearfix-with-stacked-floats.txt LibWeb: Fix clear property not clearing past all stacked floats 2026-03-29 12:05:25 +02:00
non-existing-font-family.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
non-floating-non-replaced-element-percentage-padding-against-indefinite-width.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
nowrap-and-no-line-break-opportunity.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
number-input-appearance.txt LibWeb: Make HTMLInputElement's contents scrollable 2026-02-11 11:04:53 +01:00
object-fallback.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
ol-render-deep-hybrid-list-item-list.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
ol-render-item-values.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
ol-render-style-list-item.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
ordered-list.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
overflow-with-padding.txt LibWeb: Honor reversed axes for flex overflow 2026-04-05 10:42:32 +02:00
overflow-x-hidden-with-border-radius.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
percentage-font-size.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
percentage-max-height-when-containing-block-has-indefinite-height.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
picture-source-media-query.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
place-content-shorthand-property.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
popovertarget-button.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
position-absolute-from-edges.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
position-absolute-ignores-padding-of-position-relative-floating-parent.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
position-absolute-top-left.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
position-empty-pseudo-elements.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
pre.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
pseudo-element-position-absolute.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
pseudo-element-with-custom-properties-2.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
pseudo-element-with-custom-properties.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
pseudo-element-with-display-block.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
replaced-box-with-vertical-margins.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
replaced-within-max-content.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
resolve-cyclic-percentage-against-zero-when-available-size-is-min-content.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
resolve-height-of-containing-block.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
select-innerhtml-optgroup-selected-option.txt LibWeb: Keep select button text in sync with the selected option 2026-04-22 09:15:29 -04:00
select-with-option-selected.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
set-margin-of-floating-box.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
shadow-tree-removed-from-dom-receives-event.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
slot-style-inheritance.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
space-is-soft-line-break-opportunity.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
span-with-padding.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
srcset-sizes-crash.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
style-invalidation-line-height-propagation.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
svg-foreignobject-absolute-positioning.txt LibWeb: Make foreignObject establish a containing block for abspos 2026-02-17 15:59:59 +01:00
svg-preserve-aspect-ratio.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
svg-text-dominant-baseline.txt LibWeb: Implement dominant-baseline for SVG text 2026-02-26 09:23:23 +01:00
svg-text-with-percentage-values.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
svg-text-with-viewbox.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
svg-transforms-and-viewboxes.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
tab-size-chars-should-vertically-align.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
tab-size-letter-spacing.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
tab-size-spacing-001.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
tab-size-text-wrap.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
tab-size-word-spacing.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
table-caption-auto-height.txt LibWeb: Use caption content width for inline layout in table captions 2026-04-22 15:35:07 +01:00
table-child-max-height-percentage-in-auto-table.txt LibWeb: Don't walk past anonymous table cells for percentage resolution 2026-03-23 16:40:38 +01:00
table-child-percentage-height-in-auto-table.txt LibWeb: Don't walk past anonymous table cells for percentage resolution 2026-03-23 16:40:38 +01:00
table-child-relative-position-percentage-inset-in-auto-table.txt LibWeb: Don't walk past anonymous table cells for percentage resolution 2026-03-23 16:40:38 +01:00
table-fixup-with-rowspan.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
table-replaced-child-percentage-height-in-auto-table.txt LibCompress: Treat LZW decoding errors as end of stream 2026-04-29 20:28:15 +02:00
text-align-justify-with-forced-break.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
text-align-overflow.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
text-collapse-inside-contenteditable.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
text-indent.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
textarea-box-writing-modes.txt LibWeb: Implement auto_content_box_size for textarea and input 2026-02-02 14:36:49 +00:00
textarea-content.txt LibWeb: Implement auto_content_box_size for textarea and input 2026-02-02 14:36:49 +00:00
textarea-height-stretch.txt LibWeb: Implement auto_content_box_size for textarea and input 2026-02-02 14:36:49 +00:00
textarea-reset.txt LibWeb: Implement auto_content_box_size for textarea and input 2026-02-02 14:36:49 +00:00
tolerate-css-percentage-overshoot.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
top-layer.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
transform-calc-length-values.txt LibWeb: Move CSS transform resolution to visual context assignment 2026-01-31 16:56:05 +01:00
treat-intrinsic-sizing-keywords-as-auto-when-aspect-ratio-cant-be-resolved.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
ul-render.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
unicode-password-input.txt LibWeb: Make HTMLInputElement's contents scrollable 2026-02-11 11:04:53 +01:00
utf-16-be-xhtml-file-should-decode-correctly.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
vertical-align-middle-with-padding.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
vertical-align-middle.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
vertical-padding-relative-to-cb-width.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
viewport-overflow-propagation-1.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
viewport-overflow-propagation-2.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
writing-modes-direction-flex.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
writing-modes-direction-inline.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
writing-modes-vertical-rl.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
zero-height-replaced-box-with-aspect-ratio.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
zero-height-viewport-svg-image.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
zero-size-replaced-box-with-aspect-ratio.txt LibWeb: Only set has_scrollable_overflow for scroll containers 2026-01-29 14:59:32 +01:00
zero-width-viewport-svg-image.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00
zero_percent_width_nested_table.txt LibWeb: Propagate overflow to viewport more correctly 2025-12-15 09:47:25 +00:00