Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: LayoutTests/fast/shapes/resources/svg-shape-001.svg

Issue 772523003: Remove unused shape test resources (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/shapes/resources/simple-rectangle.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/shapes/resources/svg-shape-001.svg
diff --git a/LayoutTests/fast/shapes/resources/svg-shape-001.svg b/LayoutTests/fast/shapes/resources/svg-shape-001.svg
deleted file mode 100644
index eb44b88e4490a03f78f4a19fc2723b599609170b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/resources/svg-shape-001.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<svg fill="blue" width="400px" height="400px" xmlns="http://www.w3.org/2000/svg">
- <!--
- This file defines a shape that's a small symmetrical stack of 3 rectilinear polygons.
- The shape looks like the following text, where each X represents a 50x50 block of blue pixels:
-
- XXXXX
-
- XXX
- X
- XXX
-
- XXXXX
- -->
- <rect x="0" y="0" width="250" height="50"/>
- <rect x="50" y="100" width="150" height="50"/>
- <rect x="100" y="150" width="50" height="50"/>
- <rect x="50" y="200" width="150" height="50"/>
- <rect x="0" y="300" width="250" height="50"/>
-</svg>
« no previous file with comments | « LayoutTests/fast/shapes/resources/simple-rectangle.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698