Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/base/crashtests/crashtests.list
<!DOCTYPE html>
<script>
var nodeList = document.getElementsByName("html");
nodeList.__proto__ = null;
nodeList.x;
</script>