I didn't realize HN was the new 4chan/8chan. Sigh.
It did hang for a bit (30s?) when closing the tab, however.
It may not be one that they intend to fix, but it's still an issue regardless.
<meta http-equiv="refresh" content="0">AAAA.........
...as displayed with ^U, except the "AAAA...." wasn't visible until I pasted it in this text box. I'm not sure, but I suspect the length of the AAAAs was growing rapidly. There's a lot of memory and more than one core on this system, so I think I killed the tab, which appeared only as a blank page, before it became too destructive.Seems like it just overloads the browser using this technique in the URL: data:text/html,<script>location+=location+'A'.repeat(100000000);</script> - I haven't tested in any other browser, but to me that technique would crash any browser, probably even worse on mobile.
Did indeed crash Firefox 37.0.1.
data:text/html,<script>location+=location+'A'.repeat(100000000);</script>Not really sure what I was expecting.