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> |