summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/205225-1.html
blob: 26576d4d5c0645fe1c09e9fc0e92dac1f7cae701 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<script type="text/javascript">
document.createTreeWalker(null, NodeFilter.SHOW_ALL, null);
</script>
</head>
<body>
</body>
</html>