summaryrefslogtreecommitdiffstats
path: root/dom/smil/crashtests/529387-1.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/smil/crashtests/529387-1.xhtml')
-rw-r--r--dom/smil/crashtests/529387-1.xhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/smil/crashtests/529387-1.xhtml b/dom/smil/crashtests/529387-1.xhtml
new file mode 100644
index 000000000..de3dbec34
--- /dev/null
+++ b/dom/smil/crashtests/529387-1.xhtml
@@ -0,0 +1,7 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <script>
+ var p = new XMLHttpRequest();
+ p.open("GET", "529387-1-helper.svg", false);
+ p.send();
+ </script>
+</html>