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