Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / ime-composition-events-001-expected.txt
blob10f11ef282a45124086a3dea624f02e94170b442
1 This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3. To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAIL' lines.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS event.type is "compositionstart"
7 PASS event.data is ""
8 PASS event.type is "compositionupdate"
9 PASS event.data is "1"
10 PASS event.type is "compositionupdate"
11 PASS event.data is "2"
12 PASS event.type is "compositionupdate"
13 PASS event.data is "3"
14 PASS event.type is "compositionend"
15 PASS event.data is "4"
16 PASS event.type is "textInput"
17 PASS event.data is "4"
18 PASS event.type is "compositionstart"
19 PASS event.data is ""
20 PASS event.type is "compositionupdate"
21 PASS event.data is "5"
22 PASS event.type is "compositionupdate"
23 PASS event.data is "6"
24 PASS event.type is "compositionupdate"
25 PASS event.data is "7"
26 PASS event.type is "compositionend"
27 PASS event.data is ""
28 PASS event.type is "textInput"
29 PASS event.data is "8"
30 PASS event.type is "compositionstart"
31 PASS event.data is ""
32 PASS event.type is "compositionupdate"
33 PASS event.data is "9"
34 PASS event.type is "compositionend"
35 PASS event.data is "9"
36 PASS event.type is "textInput"
37 PASS event.data is "9"
38 PASS event.type is "compositionstart"
39 PASS event.data is "have"
40 PASS event.type is "compositionupdate"
41 PASS event.data is "lost"
42 PASS test.value is "I lost a pen"
43 PASS event.type is "compositionend"
44 PASS event.data is "made"
45 PASS event.type is "textInput"
46 PASS event.data is "made"
47 PASS test.value is "I made a pen"
48 PASS successfullyParsed is true
50 TEST COMPLETE