summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/564079-1.html
blob: 1c97ff9677401e94cf2eb99c7f7b1ecf0ebec618 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">

document.createTextNode("x").lookupPrefix("");

</script>
</head>
</html>