Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / wide-preformatted.html
blobe346b11764c50233e3c1f7c848d522e0d183ba94
1 <html>
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)
7 text += text.length;
8 text += "abcdefghijklmn pqrstuvwxyz"
10 document.write(text);</script></pre></body></html>