mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Tests/LibWeb: Move LibWeb test SVGs to their own directory
This commit is contained in:
parent
e030193e5f
commit
abaca60f9a
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/abaca60f9a Pull-request: https://github.com/SerenityOS/serenity/pull/23262 Reviewed-by: https://github.com/kalenikaliaksandr ✅
6 changed files with 2 additions and 18 deletions
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
|
@ -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]
|
|
@ -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;">
|
|
@ -1 +1 @@
|
|||
<!doctype html><img src="rectangle.svg" style="display: block">
|
||||
<!doctype html><img src="../../data/rectangle.svg" style="display: block">
|
Loading…
Reference in a new issue