ladybird/Tests/LibWeb/Layout/expected/svg
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
..
abspos-svg-polygon.txt LibWeb: Print FIXME instead of crashing in abspos SVG element layout 2024-09-18 15:50:05 +02:00
dont-stretch-fit-svg-with-indefinite-containing-block-width.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
inline-svg-with-zero-intrinsic-size-and-no-viewbox.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
natural-width-from-svg-attributes.txt
nested-viewports.txt Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
objectBoundingBox-mask.txt
standalone-h.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-h.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-w.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-wh.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-w.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-wh.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone.txt LibWeb: Test layout of standalone SVG document: main use case 2024-12-13 15:02:49 +00:00
svg-as-image-implicit-viewbox.txt LibWeb: Always blockify the root element 2024-09-29 11:46:13 +02:00
svg-as-image-invalid.txt
svg-as-image.txt LibWeb: Always blockify the root element 2024-09-29 11:46:13 +02:00
svg-circle-percentage-attr.txt
svg-different-types-of-opacity.txt
svg-fill-with-bogus-url.txt
svg-foreign-object-with-block-element.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
svg-g-inside-g.txt Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
svg-g-with-opacity.txt
svg-inside-inline-block.txt LibWeb: Do not resolve inline block height early if height is definite 2024-10-25 15:13:30 +02:00
svg-inside-svg-with-xy.txt Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
svg-inside-svg.txt
svg-intrinsic-size-in-one-dimension.txt
svg-line-with-percentage-values.txt
svg-negative-elliptical-arg-number.txt
svg-path-with-implicit-lineto.txt
svg-symbol-with-viewbox.txt Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
svg-use-element-crashtest.txt Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
svg-viewbox-zero-width.txt
svg-with-css-variable-in-presentation-hint.txt
svg-with-display-block.txt
svg-with-zero-intrinsic-size-and-no-viewbox.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
svg-with-zero-sized-viewBox.txt Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
text-fill-none.txt Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
use-honor-outer-viewBox.txt