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