Mypal/dom/base/crashtests/493281-2.html

13 lines
265 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<html>
<body>
<div id="foo">
<script>
function get(x) { return x }
obj = {};
obj.__proto__ = get(document.all);
obj.foo
</script>
</div>
</body>
</html>