Index: LayoutTests/fast/forms/long-text-in-input-expected.html |
diff --git a/LayoutTests/fast/forms/long-text-in-input-expected.html b/LayoutTests/fast/forms/long-text-in-input-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0fb02836f660ef55c197dae8244307ac818d6ba6 |
--- /dev/null |
+++ b/LayoutTests/fast/forms/long-text-in-input-expected.html |
@@ -0,0 +1,9 @@ |
+<body> |
+ Passes if you see PASS in the text field below:<br> |
+ <input dir=rtl id=inp size=3><!-- Hide blinking caret --><div style="display:inline-block;background:white; width:20px;height:2em;margin-left:-4px;vertical-align:middle"></div> |
+ <script> |
+ var text="Start of expected text-" |
+ text += "-----PASS" |
+ elm = document.getElementById("inp"); |
+ elm.value = text; |
+ </script></body></html> |