tenfourfox/js/xpconnect/crashtests/394810-1.html

5 lines
96 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<script>
Object.prototype.__defineGetter__("x", Object.prototype.toSource);
window.x;
</script>