ladybird/Tests/LibWeb/Layout/expected
Jelle Raaijmakers 71665fa504 LibWeb: Scale font size by 1.15 for line-height: normal
Browsers such as Chrome and Firefox apply an arbitrary scale to the
current font size if `normal` is used for `line-height`. Firefox uses
1.2 while Chrome uses 1.15. Let's go with the latter for now, it's
relatively easy to change if we ever want to go back on that decision.

This also requires updating the expectations for a lot of layout tests.
The upside of this is that it's a bit easier to compare our layout
results to other browsers', especially Chrome.
2025-05-05 13:15:56 +02:00
..
block-and-inline LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
crash-tests LibWeb: Handle cases with <template> on the HTML parsing stack 2024-08-16 22:38:18 +01:00
css-counters LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-values LibWeb: Stop zero-area children from causing scrollable overflow 2024-11-24 11:10:47 +01:00
flex LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
grid LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
layout-tree-update LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
misc LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
svg LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
abspos-box-bottom-with-max-height.txt
abspos-box-with-block-level-sibling.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
abspos-box-with-replaced-element.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
abspos-flex-container-with-auto-height.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
abspos-flex-margin-limits-1.txt
abspos-flex-margin-limits-2.txt
abspos-flexbox-with-auto-height.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
abspos-flexbox-with-auto-width.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
abspos-image-with-min-height-constraint.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
abspos-non-bfc-root-with-min-height-constraint.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
abspos-not-replaced-multiple-auto-variants.txt
abspos-with-percentage-insets.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
abspos-with-static-position-in-one-axis.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
acid1.txt LibWeb: Support inserting non-inline elements into inline elements 2025-01-23 09:33:10 +01:00
actually-ignore-the-negative-overflow-region.txt LibWeb: Ignore boxes wholly in the negative scrollable overflow region 2024-10-08 14:33:35 +02:00
anonymous-wrappers-continue-to-inherit-style-after-change.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
aspect-ratio-auto-and-ratio.txt
aspect-ratio-auto.txt
aspect-ratio-degenerate-ratio.txt LibWeb: Fallback to auto when aspect ratio is degenerate as per spec 2024-10-27 10:56:17 +01:00
aspect-ratio-ratio.txt
automatic-height-of-non-replaced-abspos-element-must-not-be-negative.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
automatic-width-of-non-replaced-abspos-element-must-not-be-negative.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
blank.txt
block-size.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
blockify-layout-internal-box-without-crashing.txt LibWeb: Correctly calculate static position rect when absolutely 2025-03-17 15:55:06 +01:00
border-radius-invalid-corner-sampling-config.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
border-spacing-calc-dont-crash.txt LibWeb: Don't crash when encountering border-spacing: calc(...) 2024-10-09 14:14:08 +01:00
box-sizing-border-box-for-definite-sizes-without-layout.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
br-should-not-generate-pseudo-before.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
button-with-before-and-after-pseudo-elements.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
calc-font-size-with-percentages.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
calc-negate-length.txt
calc-negative-border-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
calc-with-fr.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
child-of-abspos-percentage-height.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-all-unset.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-appearance-none.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-attr-typed-fallback.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-calc-border-width.txt
css-content-visibility.txt
css-degenerate-aspect-ratio.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-dir-selector.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-ex-unit.txt
css-font-size-calc.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-font-size-math.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-host-selector-gets-parsed.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-import-rule.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-imported-sheet-with-media-rule.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-invalid-psuedo-compound-selector.txt
css-line-height-percentage-inheritance.txt LibGfx+LibWeb: Use harfbuzz for text shaping 2024-08-16 22:28:34 +02:00
css-line-height-zero.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-logical-inset-properties.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
css-namespace-rule-matches.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-namespace-rule-no-match.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-namespace-tag-name-selector.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-namespace-universal-selector.txt
css-pseudo-element-blockification.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-pseudo-element-display-list-item.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-pseudo-element-should-not-be-affected-by-inline-style.txt
css-pseudo-element-should-not-be-affected-by-presentational-hints.txt LibWeb: Fix table overflow issues 2024-10-14 17:30:17 +01:00
css-quotes-nesting.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-rect-value-with-calc-dont-crash.txt LibWeb: Don't crash when encountering calc() inside a CSS rect() value 2024-10-09 14:14:08 +01:00
css-revert.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-round-function-with-percentage-value.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-snap-a-length-as-a-border-width.txt
css-table-cell-verticalalign-text-top.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-text-transform-math-auto.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
css-transition-none.txt
css-var-in-calc-block.txt
details-closed.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
details-open.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
details-summary-default-ua-style.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
dialog-open-modal.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
dialog-open-non-modal.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
display-contents-with-in-children.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
display-table-inline-children.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
div_align.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
div_align_nested.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
document-write-incomplete-tag.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
dont-crash-on-relayout-that-rewraps-text.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
Element-insertAdjacentHTML.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
element-use-pseudo-element.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
empty-image-should-be-zero-sized.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
fieldset-with-rendered-legend.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-abspos-item-with-preceding-whitespace.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
flex-auto.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-constained-wrap.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-constrained-nowrap.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-height-constrained-width-constrained.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-height-constrained.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-height-unconstrained.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-item-with-auto-height-and-max-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-item-with-auto-height-depending-auto-width-with-max-width-constraint.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-column-item-with-auto-height-depending-on-auto-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-container-constrained-nowrap.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-container-constrained-wrap.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-container-max-content-width-with-definite-height-and-item-that-has-aspect-ratio.txt LibWeb: Allow intrinsic width layout to see definite heights 2024-10-05 19:24:20 +02:00
flex-container-width-constrained.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-frozen-items-should-be-respected.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-grow-0-column.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-grow-1.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-grow-2.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-item-auto-height-with-wrap.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-item-on-row-with-intrinsic-aspect-ratio.txt
flex-item-vertical-padding-relative-to-flex-container-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-item-with-cyclic-percentage-height.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-item-with-intrinsic-aspect-ratio.txt
flex-justify-end-gap.txt LibWeb: Don't add extra gap when placing flex items in reverse order 2025-01-17 10:10:43 +01:00
flex-margin-auto-justify-content.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-row.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-shrink-1.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-shrink-2.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
flex-shrink-3.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
floating-non-replaced-element-percentage-padding-against-indefinite-width.txt
floating-replaced-element-percentage-padding-against-indefinite-width.txt
font-family-monospace-quirk.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
font-fractional-size.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
font-size-legacy.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
font-size-zero.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
font-with-many-normal-values.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
getComputedStyle-on-unconnected-element.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
height-min-max-fit-content.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
height-of-absolute-position-box-with-padding.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
hidden-root-element.txt
hide-audio-based-on-controls.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
host-pseudo-class-basic.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
html-dimensions.txt
html-display-contents.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
html-display-inline.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
html-encoding-detection-crash.txt
HTMLSelectElement-selected-index.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
image-display-block-margin-auto.txt
image-with-multiple-constraint-violations.txt
img-with-box-sizing-border-box-and-padding.txt
img-with-percentage-max-width-and-indefinite-containing-block-width.txt
img-with-percentage-max-width-and-min-content-containing-block-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
import-from-linked-style-sheet.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
incomplete-input-no-newline-at-eof-should-not-crash.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
inline-block-treat-100pct-width-as-auto.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
inline-flex-with-aspect-ratio.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
inline-size.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-as-button-align-center.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-as-button-shrink-to-fit.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-element-with-display-inline.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-file.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-image-to-text.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-image.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-password-to-text.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-placeholder-with-line-height.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-placeholder.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-range.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-text-node-invalidation-on-value-change.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
input-text-to-image.txt
input-text-to-password.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
inset-shorthand-property.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
inside-list-item-content-offset.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
justify-content-flex-start.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
letter-spacing-end-of-line-001.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
lh-1.txt
lh-2.txt
line-height-calc-number.txt
link-sheet.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
list-item-marker-pseudo-placement.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
media-query-empty.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
media-query-resolution.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
multi-code-point-graphemes.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
negative-max-size.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
non-existing-font-family.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
non-floating-non-replaced-element-percentage-padding-against-indefinite-width.txt
nowrap-and-no-line-break-opportunity.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
ordered-list.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
overflow-with-padding.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
overflow-x-hidden-with-border-radius.txt
percentage-max-height-when-containing-block-has-indefinite-height.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
picture-source-media-query.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
place-content-shorthand-property.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
popovertarget-button.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
position-absolute-from-edges.txt
position-absolute-ignores-padding-of-position-relative-floating-parent.txt LibWeb: Add additional padding to the end of the scrollable overflow 2024-08-02 08:07:56 +02:00
position-absolute-top-left.txt LibWeb: Don't mess up the order of nodes when wrapping inline contents 2025-04-24 19:12:50 +02:00
position-empty-pseudo-elements.txt LibWeb: Account for collapsed top margins in BFC root height calculation 2025-02-22 18:41:42 +01:00
pre.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
pseudo-element-with-custom-properties-2.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
pseudo-element-with-custom-properties.txt LibWeb: Use containing block to compute scrollable overflow 2024-10-18 15:26:42 +02:00
replaced-box-with-vertical-margins.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
replaced-within-max-content.txt LibWeb: Always blockify the root element 2024-09-29 11:46:13 +02:00
resolve-cyclic-percentage-against-zero-when-available-size-is-min-content.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
resolve-height-of-containing-block.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
select-with-option-selected.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
set-margin-of-floating-box.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
shadow-tree-removed-from-dom-receives-event.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
space-is-soft-line-break-opportunity.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
span-with-padding.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
srcset-sizes-crash.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
style-invalidation-line-height-propagation.txt
svg-preserve-aspect-ratio.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
svg-text-with-percentage-values.txt LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
svg-text-with-viewbox.txt LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
svg-transforms-and-viewboxes.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
tab-size-chars-should-vertically-align.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
tab-size-letter-spacing.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
tab-size-spacing-001.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
tab-size-text-wrap.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
tab-size-word-spacing.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
table-fixup-with-rowspan.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
text-align-justify-with-forced-break.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
text-align-overflow.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
text-indent.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
textarea-content.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
textarea-reset.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
tolerate-css-percentage-overshoot.txt
top-layer.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
transform-calc-length-values.txt
treat-intrinsic-sizing-keywords-as-auto-when-aspect-ratio-cant-be-resolved.txt
unicode-password-input.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
utf-16-be-xhtml-file-should-decode-correctly.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
vertical-align-middle.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
vertical-padding-relative-to-cb-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
viewport-overflow-propagation-1.txt
viewport-overflow-propagation-2.txt
writing-modes-direction-flex.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
writing-modes-direction-inline.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
writing-modes-vertical-rl.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
zero-height-replaced-box-with-aspect-ratio.txt LibWeb: Stop zero-area children from causing scrollable overflow 2024-11-24 11:10:47 +01:00
zero-height-viewport-svg-image.txt LibWeb: Always blockify the root element 2024-09-29 11:46:13 +02:00
zero-size-replaced-box-with-aspect-ratio.txt LibWeb: Stop zero-area children from causing scrollable overflow 2024-11-24 11:10:47 +01:00
zero-width-viewport-svg-image.txt LibWeb: Always blockify the root element 2024-09-29 11:46:13 +02:00
zero_percent_width_nested_table.txt LibWeb: Wrap inline children of table-cell in anonymous block 2025-02-25 23:55:36 +01:00