Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / long-text-in-input-expected.html
blob0fb02836f660ef55c197dae8244307ac818d6ba6
1 <body>
2 Passes if you see PASS in the text field below:<br>
3 <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>
4 <script>
5 var text="Start of expected text-"
6 text += "-----PASS"
7 elm = document.getElementById("inp");
8 elm.value = text;
9 </script></body></html>