Files
ladybird/Tests/LibWeb/Layout/expected/svg/standalone.txt
Manuel Zahariev 5d77104c2f LibWeb: Test layout of standalone SVG document: main use case
SVG document with specified width and height attributes is layed out
with this width/height.
2024-12-13 15:02:49 +00:00

18 lines
786 B
Plaintext

Viewport <#document> at (0,0) content-size 800x600 [BFC] children: not-inline
SVGSVGBox <svg> at (0,0) content-size 128x256 [SVG] children: inline
TextNode <#text>
TextNode <#text>
SVGGeometryBox <rect> at (0,0) content-size 128x256 children: not-inline
TextNode <#text>
SVGGraphicsBox <g> at (0,0) content-size 128x256 children: inline
TextNode <#text>
SVGGeometryBox <path> at (0,0) content-size 128x256 children: not-inline
TextNode <#text>
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
SVGSVGPaintable (SVGSVGBox<svg>) [0,0 128x256]
SVGPathPaintable (SVGGeometryBox<rect>) [0,0 128x256]
SVGGraphicsPaintable (SVGGraphicsBox<g>) [0,0 128x256]
SVGPathPaintable (SVGGeometryBox<path>) [0,0 128x256]