Index: LayoutTests/fast/text/long-word-expected.html |
diff --git a/LayoutTests/fast/text/long-word-expected.html b/LayoutTests/fast/text/long-word-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4fe3930a19fbb9d82c94df5da1f97e0ffa73ab9c |
--- /dev/null |
+++ b/LayoutTests/fast/text/long-word-expected.html |
@@ -0,0 +1,10 @@ |
+<html> |
+ <style>body { overflow:hidden; } |
+ </style><body>Hello <!-- 2^16 + 1 long line --><script> |
+var text="PASSifyoucanseethis" |
+while (text.length <= 500) |
+{ |
+ text += text.length; |
+ text += "abcdefghijklmnopqrstuvwxyz" |
+} |
+document.write(text);</script></body></html> |