Index: LayoutTests/svg/hixie/error/015.xml |
diff --git a/LayoutTests/svg/hixie/error/015.xml b/LayoutTests/svg/hixie/error/015.xml |
deleted file mode 100644 |
index aa87522376a2456b810a73c632eb8cbd05e80d6a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/svg/hixie/error/015.xml |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200"> |
- <rect x="0" y="0" width="300" height="200" fill="green"/> |
- <!-- This next line should be hidden since it has an unsupported |
- value for the "width" attribute (it has a leading space, which |
- isn't allowed by any prose in the spec as far as I can tell. --> |
- <rect x="0" y="0" width=" 300" height="200" fill="red"/> |
-</svg> |