mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
d636007fe7
--HG-- extra : rebase_source : fe485e60f87633861c3aadde95c29af6d81ddcc9
9 lines
127 B
HTML
9 lines
127 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
var nodeList = document.getElementsByName("html");
|
|
nodeList.__proto__ = null;
|
|
nodeList.x;
|
|
|
|
</script>
|