blob: 0e7a6814c44b0a5e1d17ac26259cc93362a67d75 [file] [log] [blame]
<script>
window.stuff = new Array;
for (i = 0; i < 1000; ++i)
window.stuff.push(new String("abc"));
window.setTimeout(function() { }, 10000);
</script>