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

5 lines
96 B
HTML
Raw Normal View History

2008-02-15 21:29:10 -08:00
<script>
Object.prototype.__defineGetter__("x", Object.prototype.toSource);
window.x;
</script>