Index: LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg |
diff --git a/LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg b/LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg |
deleted file mode 100644 |
index 4c74c76c4a9ff52aea0c5b2d732f4a7a0d532595..0000000000000000000000000000000000000000 |
--- a/LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-<svg:svg xmlns:svg="http://www.w3.org/2000/svg" |
- xmlns:xlink="http://www.w3.org/1999/xlink"> |
- <svg:script> |
- if (window.testRunner) |
- testRunner.dumpDOMAsWebArchive(); |
- </svg:script> |
- <svg:image xlink:href="resources/green-checker.png" width="100" height="100" /> |
-</svg:svg> |