mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
cce545a1cb
--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>
|