1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

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

@ -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]