gecko/js/src/xpconnect/crashtests/394810-1.html
jruderman@hmc.edu 7445015a73 Add crashtest
2008-02-15 21:29:10 -08:00

5 lines
96 B
HTML

<script>
Object.prototype.__defineGetter__("x", Object.prototype.toSource);
window.x;
</script>