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

Side by Side Diff: LayoutTests/fast/forms/long-text-in-input-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: Fixed tests. 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 unified diff | Download patch
OLDNEW
(Empty)
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:i nline-block;background:white; width:20px;height:2em;margin-left:-4px;vertical-al ign: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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698