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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt

Issue 2530843003: Introduce InsertIncrementalTextCommand to respect existing style for composition (Closed)
Patch Set: Created 4 years 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
OLDNEW
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 ch aracters, and see this page doesn't show 'FAIL' lines. 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 ch aracters, and see this page doesn't show 'FAIL' lines.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS event.type is "compositionstart" 6 PASS event.type is "compositionstart"
7 PASS event.data is "" 7 PASS event.data is ""
8 PASS event.type is "beforeinput"
9 PASS event.data is "1"
8 PASS event.type is "compositionupdate" 10 PASS event.type is "compositionupdate"
9 PASS event.data is "1" 11 PASS event.data is "1"
12 PASS event.type is "input"
13 PASS event.data is "1"
14 PASS event.type is "beforeinput"
15 PASS event.data is "2"
10 PASS event.type is "compositionupdate" 16 PASS event.type is "compositionupdate"
11 PASS event.data is "2" 17 PASS event.data is "2"
18 PASS event.type is "input"
19 PASS event.data is "2"
20 PASS event.type is "beforeinput"
21 PASS event.data is "3"
12 PASS event.type is "compositionupdate" 22 PASS event.type is "compositionupdate"
13 PASS event.data is "3" 23 PASS event.data is "3"
24 PASS event.type is "input"
25 PASS event.data is "3"
26 PASS event.type is "beforeinput"
27 PASS event.data is "4"
14 PASS event.type is "compositionupdate" 28 PASS event.type is "compositionupdate"
15 PASS event.data is "4" 29 PASS event.data is "4"
16 PASS event.type is "textInput" 30 PASS event.type is "input"
17 PASS event.data is "4" 31 PASS event.data is "4"
18 PASS event.type is "compositionend" 32 PASS event.type is "compositionend"
19 PASS event.data is "4" 33 PASS event.data is "4"
20 PASS event.type is "compositionstart" 34 PASS event.type is "compositionstart"
21 PASS event.data is "" 35 PASS event.data is ""
36 PASS event.type is "beforeinput"
37 PASS event.data is "5"
22 PASS event.type is "compositionupdate" 38 PASS event.type is "compositionupdate"
23 PASS event.data is "5" 39 PASS event.data is "5"
40 PASS event.type is "input"
41 PASS event.data is "5"
42 PASS event.type is "beforeinput"
43 PASS event.data is "6"
24 PASS event.type is "compositionupdate" 44 PASS event.type is "compositionupdate"
25 PASS event.data is "6" 45 PASS event.data is "6"
46 PASS event.type is "input"
47 PASS event.data is "6"
48 PASS event.type is "beforeinput"
49 PASS event.data is "7"
26 PASS event.type is "compositionupdate" 50 PASS event.type is "compositionupdate"
27 PASS event.data is "7" 51 PASS event.data is "7"
52 PASS event.type is "input"
53 PASS event.data is "7"
54 PASS event.type is "input"
55 PASS event.data is "7"
56 PASS event.type is "beforeinput"
57 PASS event.data is ""
28 PASS event.type is "compositionupdate" 58 PASS event.type is "compositionupdate"
29 PASS event.data is "" 59 PASS event.data is ""
30 PASS event.type is "textInput"
31 PASS event.data is ""
32 PASS event.type is "compositionend" 60 PASS event.type is "compositionend"
33 PASS event.data is "" 61 PASS event.data is ""
34 PASS event.type is "textInput" 62 PASS event.type is "beforeinput"
63 PASS event.data is "8"
64 PASS event.type is "input"
35 PASS event.data is "8" 65 PASS event.data is "8"
36 PASS event.type is "compositionstart" 66 PASS event.type is "compositionstart"
37 PASS event.data is "" 67 PASS event.data is ""
38 PASS event.type is "compositionupdate" 68 PASS event.type is "beforeinput"
39 PASS event.data is "9" 69 PASS event.data is "9"
40 PASS event.type is "compositionupdate" 70 PASS event.type is "compositionupdate"
41 PASS event.data is "9" 71 PASS event.data is "9"
42 PASS event.type is "textInput" 72 PASS event.type is "input"
73 PASS event.data is "9"
74 PASS event.type is "beforeinput"
75 PASS event.data is "9"
76 PASS event.type is "compositionupdate"
77 PASS event.data is "9"
78 PASS event.type is "input"
43 PASS event.data is "9" 79 PASS event.data is "9"
44 PASS event.type is "compositionend" 80 PASS event.type is "compositionend"
45 PASS event.data is "9" 81 PASS event.data is "9"
46 PASS event.type is "compositionstart" 82 PASS event.type is "compositionstart"
47 PASS event.data is "have" 83 PASS event.data is "have"
84 PASS event.type is "beforeinput"
85 PASS event.data is "lost"
48 PASS event.type is "compositionupdate" 86 PASS event.type is "compositionupdate"
49 PASS event.data is "lost" 87 PASS event.data is "lost"
88 PASS event.type is "input"
89 PASS event.data is "lost"
50 PASS test.value is "I lost a pen" 90 PASS test.value is "I lost a pen"
91 PASS event.type is "beforeinput"
92 PASS event.data is "made"
51 PASS event.type is "compositionupdate" 93 PASS event.type is "compositionupdate"
52 PASS event.data is "made" 94 PASS event.data is "made"
53 PASS event.type is "textInput" 95 PASS event.type is "input"
54 PASS event.data is "made" 96 PASS event.data is "made"
55 PASS event.type is "compositionend" 97 PASS event.type is "compositionend"
56 PASS event.data is "made" 98 PASS event.data is "made"
57 PASS test.value is "I made a pen" 99 PASS test.value is "I made a pen"
58 PASS successfullyParsed is true 100 PASS successfullyParsed is true
59 101
60 TEST COMPLETE 102 TEST COMPLETE
61 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698