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

Unified Diff: LayoutTests/fast/events/ime-composition-events-001-expected.txt

Issue 18041002: compositionstart event's data should contain text to replace. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a testcase for selection. Created 7 years, 6 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
Index: LayoutTests/fast/events/ime-composition-events-001-expected.txt
diff --git a/LayoutTests/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/fast/events/ime-composition-events-001-expected.txt
index 15ab407d0fabdbff0765bfe209b2d37446fe6de0..6d462b64bf0c190c5c30d7c0027f3f4b1db1ee44 100644
--- a/LayoutTests/fast/events/ime-composition-events-001-expected.txt
+++ b/LayoutTests/fast/events/ime-composition-events-001-expected.txt
@@ -3,19 +3,24 @@ This tests that calling input-method functions sends Composition Events and Text
To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
-SUCCESS: INPUT - compositionstart - "1"
+SUCCESS: INPUT - compositionstart - ""
SUCCESS: INPUT - compositionupdate - "1"
SUCCESS: INPUT - compositionupdate - "2"
SUCCESS: INPUT - compositionupdate - "3"
SUCCESS: INPUT - compositionend - "4"
SUCCESS: INPUT - textInput - "4"
-SUCCESS: INPUT - compositionstart - "5"
+SUCCESS: INPUT - compositionstart - ""
SUCCESS: INPUT - compositionupdate - "5"
SUCCESS: INPUT - compositionupdate - "6"
SUCCESS: INPUT - compositionupdate - "7"
SUCCESS: INPUT - compositionend - ""
SUCCESS: INPUT - textInput - "8"
-SUCCESS: INPUT - compositionstart - "9"
+SUCCESS: INPUT - compositionstart - ""
SUCCESS: INPUT - compositionupdate - "9"
SUCCESS: INPUT - compositionend - "9"
SUCCESS: INPUT - textInput - "9"
+SUCCESS: INPUT - compositionstart - "have"
+SUCCESS: INPUT - compositionupdate - "lost"
+SUCCESS: INPUT - compositionend - "made"
+SUCCESS: INPUT - textInput - "made"
+SUCCESS: I made a pen

Powered by Google App Engine
This is Rietveld 408576698