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

Side by Side 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, 5 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 | Annotate | Revision Log
OLDNEW
1 This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3. 1 This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
2 2
3 To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines. 3 To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
4 4
5 5
6 SUCCESS: INPUT - compositionstart - "1" 6 SUCCESS: INPUT - compositionstart - ""
7 SUCCESS: INPUT - compositionupdate - "1" 7 SUCCESS: INPUT - compositionupdate - "1"
8 SUCCESS: INPUT - compositionupdate - "2" 8 SUCCESS: INPUT - compositionupdate - "2"
9 SUCCESS: INPUT - compositionupdate - "3" 9 SUCCESS: INPUT - compositionupdate - "3"
10 SUCCESS: INPUT - compositionend - "4" 10 SUCCESS: INPUT - compositionend - "4"
11 SUCCESS: INPUT - textInput - "4" 11 SUCCESS: INPUT - textInput - "4"
12 SUCCESS: INPUT - compositionstart - "5" 12 SUCCESS: INPUT - compositionstart - ""
13 SUCCESS: INPUT - compositionupdate - "5" 13 SUCCESS: INPUT - compositionupdate - "5"
14 SUCCESS: INPUT - compositionupdate - "6" 14 SUCCESS: INPUT - compositionupdate - "6"
15 SUCCESS: INPUT - compositionupdate - "7" 15 SUCCESS: INPUT - compositionupdate - "7"
16 SUCCESS: INPUT - compositionend - "" 16 SUCCESS: INPUT - compositionend - ""
17 SUCCESS: INPUT - textInput - "8" 17 SUCCESS: INPUT - textInput - "8"
18 SUCCESS: INPUT - compositionstart - "9" 18 SUCCESS: INPUT - compositionstart - ""
19 SUCCESS: INPUT - compositionupdate - "9" 19 SUCCESS: INPUT - compositionupdate - "9"
20 SUCCESS: INPUT - compositionend - "9" 20 SUCCESS: INPUT - compositionend - "9"
21 SUCCESS: INPUT - textInput - "9" 21 SUCCESS: INPUT - textInput - "9"
22 SUCCESS: INPUT - compositionstart - "have"
23 SUCCESS: INPUT - compositionupdate - "lost"
24 SUCCESS: INPUT - compositionend - "made"
25 SUCCESS: INPUT - textInput - "made"
26 SUCCESS: I made a pen
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698