Last active
August 29, 2015 13:56
-
-
Save dbader/8814716 to your computer and use it in GitHub Desktop.
Broken on Chrome iOS: 32.0.1700.20, latest known good is Chrome iOS: 21.0.1180.82
This file contains 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> | |
<head> | |
<script>document.write('<plaintext>');</script> | |
</head> | |
<body> | |
<!-- | |
<div><div></div></div> | |
<div><div></div></div> | |
--> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't miss the 64k of whitespace before the divs and the 20k of whitespace after them :-)