summaryrefslogtreecommitdiffstats
path: root/dom/xml/crashtests/803586.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xml/crashtests/803586.xhtml')
-rw-r--r--dom/xml/crashtests/803586.xhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/xml/crashtests/803586.xhtml b/dom/xml/crashtests/803586.xhtml
new file mode 100644
index 0000000000..002de07724
--- /dev/null
+++ b/dom/xml/crashtests/803586.xhtml
@@ -0,0 +1,8 @@
+<?xml-stylesheet href="foo.css" ?>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<script>
+document.firstChild.nodeValue = null
+</script>
+</head>
+</html>