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

Unified Diff: LayoutTests/fast/text/wide-preformatted-expected.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/text/wide-preformatted.html ('k') | Source/core/rendering/InlineIterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/wide-preformatted-expected.html
diff --git a/LayoutTests/fast/text/wide-preformatted-expected.html b/LayoutTests/fast/text/wide-preformatted-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b88a30c8dde83b903f02a56832f7911d7cb07085
--- /dev/null
+++ b/LayoutTests/fast/text/wide-preformatted-expected.html
@@ -0,0 +1,10 @@
+<html>
+ <style>body { overflow:hidden; }
+ </style><body><!-- 2^16 + 1 long line --><pre><script>
+var text="PASS if you can see this-"
+while (text.length <= 500)
+{
+ text += text.length;
+ text += "abcdefghijklmn pqrstuvwxyz"
+}
+document.write(text);</script></pre></body></html>
« no previous file with comments | « LayoutTests/fast/text/wide-preformatted.html ('k') | Source/core/rendering/InlineIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698