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:
parent
e030193e5f
commit
abaca60f9a
6 changed files with 2 additions and 18 deletions
|
@ -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]
|
|
@ -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]
|
Loading…
Add table
Add a link
Reference in a new issue