diff options
Diffstat (limited to 'dom/smil/crashtests/537157-1.svg')
-rw-r--r-- | dom/smil/crashtests/537157-1.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/smil/crashtests/537157-1.svg b/dom/smil/crashtests/537157-1.svg new file mode 100644 index 000000000..df615ab9a --- /dev/null +++ b/dom/smil/crashtests/537157-1.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="-moz-binding:url(#xbl)"> +<bindings xmlns="http://www.mozilla.org/xbl"> +<binding id="xbl" inheritstyle="false"> +<content> +<svg xmlns="http://www.w3.org/2000/svg"> +<animate attributeName="font-size"/> +</svg> +</content> +</binding> +</bindings> +</svg> |