trisquel-icecat/icecat/dom/base/crashtests/493281-2.html

12 lines
265 B
HTML

<html>
<body>
<div id="foo">
<script>
function get(x) { return x }
obj = {};
obj.__proto__ = get(document.all);
obj.foo
</script>
</div>
</body>
</html>