Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / long-word-expected.html
blob4fe3930a19fbb9d82c94df5da1f97e0ffa73ab9c
1 <html>
2 <style>body { overflow:hidden; }
3 </style><body>Hello <!-- 2^16 + 1 long line --><script>
4 var text="PASSifyoucanseethis"
5 while (text.length <= 500)
7 text += text.length;
8 text += "abcdefghijklmnopqrstuvwxyz"
10 document.write(text);</script></body></html>