gecko/content/base/crashtests/205225-1.html
2009-02-10 22:18:05 -08:00

10 lines
154 B
HTML

<html>
<head>
<script type="text/javascript">
document.createTreeWalker(null, NodeFilter.SHOW_ALL, null, false);
</script>
</head>
<body>
</body>
</html>