2 <style>body { overflow:hidden; }
3 </style><body><!-- 2^16 + 1 long line --><pre><script>
4 var text
="PASS if you can see this-"
5 while (text
.length
<= 65536)
8 text
+= "abcdefghijklmn pqrstuvwxyz"
10 document
.write(text
);</script></pre></body></html>