tenfourfox/dom/base/crashtests/205225-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
147 B
HTML

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