<html> <head> <title>Crash test</title> </head> <body> <table style="position: fixed; top: 0px;"> <!-- Crashes Mozilla --> <tr> <form> </form> </tr> </table> </body> </html>