1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/test/ecmascript/infinite2.html

6 lines
63 B
HTML

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