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

Unified Diff: third_party/WebKit/Source/web/tests/data/input_field_populated.html

Issue 2617443002: Implement ThreadedInputConnection.deleteSurroundingTextInCodePoints() (Closed)
Patch Set: Address dcheng@'s review Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/input_field_populated.html
diff --git a/third_party/WebKit/Source/web/tests/data/input_field_populated.html b/third_party/WebKit/Source/web/tests/data/input_field_populated.html
index 15c4b0e5dac7bcf5612082f1f408c27a993dba9f..ba540cb567bd6de0a942b7184478f138e4c85934 100644
--- a/third_party/WebKit/Source/web/tests/data/input_field_populated.html
+++ b/third_party/WebKit/Source/web/tests/data/input_field_populated.html
@@ -1,5 +1,7 @@
<input id="sample" value='0123456789abcdefghijklmnopqrstuvwxyz'/>
<div id="inputEvent">none</div>
+<!- "ab" + trophy + space + "cdef" + trophy + space + "gh">
+<input id="sample2" value='ab&#x1f3c6; cdef&#x1f3c6; gh'/>
<script>
document.getElementById('sample').addEventListener('input', function() {
document.getElementById('inputEvent').textContent = 'got';
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698