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
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
svg-as-image-invalid.txt
svg-as-image.txt
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
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
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