Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: LayoutTests/fast/text/wide-preformatted.html

Issue 853903002: Render string sequences of more than 64k characters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Documentation. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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)
6 {
7 text += text.length;
8 text += "abcdefghijklmn pqrstuvwxyz"
9 }
10 document.write(text);</script></pre></body></html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/long-word-expected.html ('k') | LayoutTests/fast/text/wide-preformatted-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698