ladybird/Tests/LibWeb/Layout/expected
Jelle Raaijmakers 9e9db9a9dd LibWeb: Store correct text offsets in PaintableFragment
Previously, we were collapsing whitespace in Layout::TextNode and then
passed the resulting string for further processing through ChunkIterator
-> InlineLevelIterator -> InlineFormattingContext -> LineBuilder ->
LineBoxFragment -> PaintableFragment. Our painting tree is where we deal
with things like range offsets into the underlying text nodes, but since
we modified the original string, the offsets were wrong.

This changes the way we generate fragments:

  * Layout::TextNode no longer collapses whitespace as part of its
    stored "text for rendering", but moves this logic to ChunkIterator
    which splits up this text into separate views whenever whitespace
    needs to be collapsed.

  * Layout::LineBox now only extends the last fragment if its end offset
    is equal to the new fragment's start offset. Otherwise, there's a
    gap caused by collapsing whitespace and we need to generate a
    separate fragment for that in order to have a correct start offset.

Some tests need new baselines because of the fixed start offsets.

Fixes #566.
2025-09-12 15:34:09 -04:00
..
block-and-inline LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
crash-tests LibWeb: Fix crashing in LengthOrAutoOrCalculated::without_auto() 2025-09-08 19:35:31 +01:00
css LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-counters LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-values LibWeb: Fix incorrect margin collapsing behavior [BFC] 2025-09-08 14:09:06 +02:00
flex LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
grid LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
layout-tree-update LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
misc LibWeb: Throw parsing error if ::slotted() argument is not 1 compound 2025-09-04 13:55:20 +01:00
svg LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
table LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
abspos-box-bottom-with-max-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-box-with-block-level-sibling.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-box-with-replaced-element.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-flex-container-with-auto-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-flex-margin-limits-1.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-flex-margin-limits-2.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-flexbox-with-auto-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-flexbox-with-auto-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-image-with-min-height-constraint.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-non-bfc-root-with-min-height-constraint.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-not-replaced-multiple-auto-variants.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-static-position-containing-block-inline-situation.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-with-percentage-insets.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
abspos-with-static-position-in-one-axis.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
acid1.txt LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
actually-ignore-the-negative-overflow-region.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
anonymous-wrappers-continue-to-inherit-style-after-change.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
aspect-ratio-auto-and-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
aspect-ratio-auto.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
aspect-ratio-degenerate-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
aspect-ratio-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
auto-margin-max-width-container.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
automatic-height-of-non-replaced-abspos-element-must-not-be-negative.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
automatic-width-of-non-replaced-abspos-element-must-not-be-negative.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
bfc-fit-content-width-with-margin.txt LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
blank.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
block-size.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
blockify-layout-internal-box-without-crashing.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
border-radius-invalid-corner-sampling-config.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
border-spacing-calc-dont-crash.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
box-sizing-border-box-for-definite-sizes-without-layout.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
br-should-not-generate-pseudo-before.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
button-with-before-and-after-pseudo-elements.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
calc-font-size-with-percentages.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
calc-negate-length.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
calc-negative-border-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
calc-with-fr.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
child-of-abspos-percentage-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
content-image-simple.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-all-unset.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-appearance-none.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-attr-typed-fallback.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-calc-border-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-content-visibility.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-degenerate-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-dir-selector.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-ex-unit.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-font-size-calc.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-font-size-math.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-host-selector-gets-parsed.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-import-rule.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-imported-sheet-with-media-rule.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-invalid-psuedo-compound-selector.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-line-height-percentage-inheritance.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-line-height-zero.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-logical-inset-properties.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-namespace-rule-matches.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-namespace-rule-no-match.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-namespace-tag-name-selector.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-namespace-universal-selector.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-pseudo-element-blockification.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-pseudo-element-display-list-item.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-pseudo-element-should-not-be-affected-by-inline-style.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-pseudo-element-should-not-be-affected-by-presentational-hints.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-quotes-nesting.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-rect-value-with-calc-dont-crash.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-revert.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-round-function-with-percentage-value.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-snap-a-length-as-a-border-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-table-cell-verticalalign-text-top.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-text-transform-math-auto.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-transition-none.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
css-var-in-calc-block.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
details-closed.txt LibWeb: Fix incorrect margin collapsing behavior [BFC] 2025-09-08 14:09:06 +02:00
details-open.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
details-summary-default-ua-style.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
dialog-open-modal.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
dialog-open-non-modal.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
display-contents-blockification-of-flex-items.txt LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
display-contents-with-in-children.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
display-table-column-crash.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
display-table-inline-children.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
div_align.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
div_align_nested.txt LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
document-write-incomplete-tag.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
dont-crash-on-relayout-that-rewraps-text.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
Element-insertAdjacentHTML.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
element-use-pseudo-element.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
empty-image-should-be-zero-sized.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
fieldset-with-rendered-legend.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-abspos-item-with-preceding-whitespace.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-auto.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-constained-wrap.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-constrained-nowrap.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-height-constrained-width-constrained.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-height-constrained.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-height-unconstrained.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-item-with-auto-height-and-max-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-item-with-auto-height-depending-auto-width-with-max-width-constraint.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-column-item-with-auto-height-depending-on-auto-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-container-constrained-nowrap.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-container-constrained-wrap.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-container-max-content-width-with-definite-height-and-item-that-has-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-container-width-constrained.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-frozen-items-should-be-respected.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-grow-0-column.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-grow-1.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-grow-2.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-item-auto-height-with-wrap.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-item-on-row-with-intrinsic-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-item-vertical-padding-relative-to-flex-container-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-item-with-cyclic-percentage-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-item-with-intrinsic-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-justify-end-gap.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-margin-auto-justify-content.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-row.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-shrink-1.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-shrink-2.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
flex-shrink-3.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
floating-non-replaced-element-percentage-padding-against-indefinite-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
floating-replaced-element-percentage-padding-against-indefinite-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
font-family-monospace-quirk.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
font-fractional-size.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
font-size-legacy.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
font-size-zero.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
font-with-many-normal-values.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
getComputedStyle-on-unconnected-element.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
height-min-max-fit-content.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
height-of-absolute-position-box-with-padding.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01: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: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
host-pseudo-class-basic.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
html-dimensions.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
html-display-contents.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
html-display-inline.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
html-encoding-detection-crash.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
HTMLImageElement-update-the-image-data-temporary-document.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
HTMLSelectElement-selected-index.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
image-display-block-margin-auto.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
image-with-max-width-and-max-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
image-with-multiple-constraint-violations.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
img-with-box-sizing-border-box-and-padding.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
img-with-percentage-max-width-and-indefinite-containing-block-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
img-with-percentage-max-width-and-min-content-containing-block-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
import-after-namespace.txt LibWeb: Fix incorrect margin collapsing behavior [BFC] 2025-09-08 14:09:06 +02:00
import-from-linked-style-sheet.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
incomplete-input-no-newline-at-eof-should-not-crash.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
inline-block-treat-100pct-width-as-auto.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
inline-flex-with-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
inline-fragment-ordering-flakiness.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
inline-nested-with-padding.txt LibWeb: Apply nested inline margin box sizes to inline layout nodes 2025-08-28 00:05:28 +02:00
inline-size.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-as-button-align-center.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-as-button-shrink-to-fit.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-element-with-display-inline.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-file.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-image-to-text.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-image.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-password-to-text.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-placeholder-with-line-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-placeholder.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-range.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-text-node-invalidation-on-value-change.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-text-to-image.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
input-text-to-password.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
inset-shorthand-property.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
inside-list-item-content-offset.txt LibWeb: Fix incorrect margin collapsing behavior [BFC] 2025-09-08 14:09:06 +02:00
justify-content-flex-start.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
letter-spacing-end-of-line-001.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
lh-1.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
lh-2.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
line-height-calc-number.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
link-sheet.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
list-item-marker-pseudo-placement.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
list-render-list-owner-is-document.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
list-render-list-owner-not-ol.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
list-render-no-list.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
media-query-empty.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
media-query-resolution.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
min-width-border-box.txt LibWeb: Propagate border-box dimensions when getting max content width 2025-09-10 11:41:30 +02:00
multi-code-point-graphemes.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
negative-max-size.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
non-existing-font-family.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
non-floating-non-replaced-element-percentage-padding-against-indefinite-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
nowrap-and-no-line-break-opportunity.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
object-fallback.txt LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
ol-render-deep-hybrid-list-item-list.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
ol-render-item-values.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
ol-render-style-list-item.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
ordered-list.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
overflow-with-padding.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
overflow-x-hidden-with-border-radius.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
percentage-font-size.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
percentage-max-height-when-containing-block-has-indefinite-height.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
picture-source-media-query.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
place-content-shorthand-property.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
popovertarget-button.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
position-absolute-from-edges.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
position-absolute-ignores-padding-of-position-relative-floating-parent.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
position-absolute-top-left.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
position-empty-pseudo-elements.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
pre.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
pseudo-element-with-custom-properties-2.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
pseudo-element-with-custom-properties.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
replaced-box-with-vertical-margins.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
replaced-within-max-content.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
resolve-cyclic-percentage-against-zero-when-available-size-is-min-content.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
resolve-height-of-containing-block.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
select-with-option-selected.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
set-margin-of-floating-box.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
shadow-tree-removed-from-dom-receives-event.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
slot-style-inheritance.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
space-is-soft-line-break-opportunity.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
span-with-padding.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
srcset-sizes-crash.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
style-invalidation-line-height-propagation.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
svg-preserve-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
svg-text-with-percentage-values.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
svg-text-with-viewbox.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
svg-transforms-and-viewboxes.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
tab-size-chars-should-vertically-align.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
tab-size-letter-spacing.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
tab-size-spacing-001.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
tab-size-text-wrap.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
tab-size-word-spacing.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
table-fixup-with-rowspan.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
text-align-justify-with-forced-break.txt LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
text-align-overflow.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
text-collapse-inside-contenteditable.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
text-indent.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
textarea-content.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
textarea-reset.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
tolerate-css-percentage-overshoot.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
top-layer.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
transform-calc-length-values.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
treat-intrinsic-sizing-keywords-as-auto-when-aspect-ratio-cant-be-resolved.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
ul-render.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
unicode-password-input.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
utf-16-be-xhtml-file-should-decode-correctly.txt LibWeb: Store correct text offsets in PaintableFragment 2025-09-12 15:34:09 -04:00
vertical-align-middle-with-padding.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
vertical-align-middle.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
vertical-padding-relative-to-cb-width.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +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: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
writing-modes-direction-inline.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
writing-modes-vertical-rl.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
zero-height-replaced-box-with-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
zero-height-viewport-svg-image.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
zero-size-replaced-box-with-aspect-ratio.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
zero-width-viewport-svg-image.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00
zero_percent_width_nested_table.txt LibWeb: Show inline positioning in layout tree dump 2025-08-27 11:53:45 +01:00