0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00
Files
elinks/test/ecmascript/infinite2.html
2006-01-10 19:17:29 +01:00

6 lines
63 B
HTML

<script>
while (true) {
var a = location.href;
}
</script>