Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / long-word.html
blob2c2f761eb40a83cd1c261771453d91e9baba456b
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 <= 65536)
7 text += text.length;
8 text += "abcdefghijklmnopqrstuvwxyz"
10 document.write(text);</script></body></html>