mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
Tests with different combinations of missing width, height and viewBox. All tests confirmed to work on Ladybird: - exactly the same as Chromium (131.0.6778.85) - almost the same as Firefox (129.0.2) - only difference: standalone-w.svg: same size, different alignment
18 lines
775 B
Text
18 lines
775 B
Text
Viewport <#document> at (0,0) content-size 800x600 [BFC] children: not-inline
|
|
SVGSVGBox <svg> at (0,0) content-size 800x600 [SVG] children: inline
|
|
TextNode <#text>
|
|
TextNode <#text>
|
|
SVGGeometryBox <rect> at (0,0) content-size 32x64 children: not-inline
|
|
TextNode <#text>
|
|
SVGGraphicsBox <g> at (0,0) content-size 32x64 children: inline
|
|
TextNode <#text>
|
|
SVGGeometryBox <path> at (0,0) content-size 32x64 children: not-inline
|
|
TextNode <#text>
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
SVGSVGPaintable (SVGSVGBox<svg>) [0,0 800x600]
|
|
SVGPathPaintable (SVGGeometryBox<rect>) [0,0 32x64]
|
|
SVGGraphicsPaintable (SVGGraphicsBox<g>) [0,0 32x64]
|
|
SVGPathPaintable (SVGGeometryBox<path>) [0,0 32x64]
|
|
|