summaryrefslogtreecommitdiffstats
path: root/dom/xml/crashtests/803586.xhtml
blob: 002de07724fd6a852c25c885c592b2dcf8ecae3d (plain)
1
2
3
4
5
6
7
8
<?xml-stylesheet href="foo.css" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
document.firstChild.nodeValue = null
</script>
</head>
</html>