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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/input/textarea-white-space-normal-trailing-space-expected.html

Issue 1813663002: Don't collapse whitespace in contenteditable=plaintext-only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 <!DOCTYPE html>
2 <textarea style="white-space:pre-wrap">a b </textarea>
3 <script>
4 var textarea = document.querySelector('textarea');
5 textarea.focus();
6 textarea.selectionStart = 4;
7 textarea.selectionEnd = 4;
8 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698