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

Unified Diff: Source/web/tests/data/composition_not_cancelled_by_backspace.html

Issue 970743002: [IME] Fix s_suppressNextKeypressEvent logic in WebViewImpl::setComposition(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleaning up logic. Created 5 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 | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/composition_not_cancelled_by_backspace.html
diff --git a/Source/web/tests/data/composition_not_cancelled_by_backspace.html b/Source/web/tests/data/composition_not_cancelled_by_backspace.html
new file mode 100644
index 0000000000000000000000000000000000000000..6413046ce3a8b1ebe534f809980a0150e307c3fb
--- /dev/null
+++ b/Source/web/tests/data/composition_not_cancelled_by_backspace.html
@@ -0,0 +1,2 @@
+<input type="text" autocomplete="off" id="text0" value="abcde fghij klmn">
+<input type="text" autocomplete="on" id="text1" value="abcde fghij klmn">
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698