Mypal/dom/base/crashtests/205225-1.html

10 lines
147 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<html>
<head>
<script type="text/javascript">
document.createTreeWalker(null, NodeFilter.SHOW_ALL, null);
</script>
</head>
<body>
</body>
</html>