summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/693894.html
blob: 23bf4a9c8eed58524742b4b25d7a9227ac3b8aa3 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script>

var nodeList = document.getElementsByName("html");
nodeList.__proto__ = null;
nodeList.x;

</script>