| Index: LayoutTests/svg/custom/invalid-xslt-crash.svg
|
| diff --git a/LayoutTests/svg/custom/invalid-xslt-crash.svg b/LayoutTests/svg/custom/invalid-xslt-crash.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e212f2bb5d675e4f4c367ae4a56e9cf6a06a6300
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/custom/invalid-xslt-crash.svg
|
| @@ -0,0 +1,7 @@
|
| +<?xml-stylesheet type="application/xml" href=""?>
|
| +<svg xmlns="http://www.w3.org/2000/svg"
|
| + xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
|
| + xslt:version="1.0">
|
| + <!-- The test passes if it doesn't crash -->
|
| + <xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
|
| +</svg>
|
|
|