Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<script>
var nodeList = document.getElementsByName("html");
nodeList.__proto__ = null;
nodeList.x;
</script>