0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00
Files
elinks/test/js/infinite2.html

6 lines
63 B
HTML
Raw Normal View History

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