mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ed7ffc3fae
--HG-- extra : rebase_source : 7647c232594ab918b9c4488e8cb56d77dfea9b42
10 lines
198 B
HTML
10 lines
198 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
var nodeList = document.documentElement.childNodes;
|
|
nodeList.__proto__ = null;
|
|
var p = Proxy.create({getPropertyDescriptor: function() {return nodeList}});
|
|
p.x;
|
|
|
|
</script>
|