| Index: LayoutTests/svg/hixie/error/015.xml
|
| diff --git a/LayoutTests/svg/hixie/error/015.xml b/LayoutTests/svg/hixie/error/015.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aa87522376a2456b810a73c632eb8cbd05e80d6a
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/hixie/error/015.xml
|
| @@ -0,0 +1,7 @@
|
| +<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>
|
|
|