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

Side by Side Diff: Source/web/tests/data/select_range_textarea.html

Issue 781743002: Deleted unused code about WebViewImpl::getSelectionRootBounds (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 <html>
3 <body>
4 <textarea id='target'>simple text</textarea>
5 <script>
6 var textarea = document.getElementById('target');
7 textarea.focus();
8 textarea.setSelectionRange(0, textarea.value.length);
9 </script>
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/select_range_input_overflow.html ('k') | Source/web/tests/data/select_range_textarea_overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698