tenfourfox/js/xpconnect/crashtests/394810-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

5 lines
96 B
HTML

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