Tests/LibWeb: Move LibWeb test SVGs to their own directory

This commit is contained in:
Timothy Flynn 2024-02-19 16:16:35 -05:00 committed by Tim Flynn
parent e030193e5f
commit abaca60f9a
6 changed files with 2 additions and 18 deletions

View file

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

View file

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 129 B

View file

@ -1,9 +0,0 @@
Viewport <#document> at (0,0) content-size 800x600 [BFC] children: inline
SVGSVGBox <svg> at (0,0) content-size 800x600 [SVG] children: inline
TextNode <#text>
SVGGeometryBox <rect> at (250,0) content-size 300x600 children: not-inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
SVGSVGPaintable (SVGSVGBox<svg>) [0,0 800x600]
SVGPathPaintable (SVGGeometryBox<rect>) [250,0 300x600]

View file

@ -1,7 +0,0 @@
Viewport <#document> at (0,0) content-size 800x600 [BFC] children: inline
SVGSVGBox <svg> at (0,0) content-size 800x600 [SVG] children: not-inline
SVGGeometryBox <rect> at (0,0) content-size 100x200 children: not-inline
ViewportPaintable (Viewport<#document>) [0,0 800x600]
SVGSVGPaintable (SVGSVGBox<svg>) [0,0 800x600]
SVGPathPaintable (SVGGeometryBox<rect>) [0,0 100x200]

View file

@ -1 +1 @@
<!doctype html><img src="svg-without-viewbox.svg" style="display: block; width: 50px;">
<!doctype html><img src="../../data/svg-without-viewbox.svg" style="display: block; width: 50px;">

View file

@ -1 +1 @@
<!doctype html><img src="rectangle.svg" style="display: block">
<!doctype html><img src="../../data/rectangle.svg" style="display: block">