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

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

Issue 18185002: Use js-test-{pre,post}.js for ime-composition-events LayoutTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix quotation fix leaks;( 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
« no previous file with comments | « LayoutTests/fast/events/ime-composition-events-001.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. To test manually, enable an IME, input CJK ch aracters, and see this page doesn't show 'FAIL' lines.
2 2
3 To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines. 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 SUCCESS: INPUT - compositionstart - "" 6 PASS event.type is "compositionstart"
7 SUCCESS: INPUT - compositionupdate - "1" 7 PASS event.data is ""
8 SUCCESS: INPUT - compositionupdate - "2" 8 PASS event.type is "compositionupdate"
9 SUCCESS: INPUT - compositionupdate - "3" 9 PASS event.data is "1"
10 SUCCESS: INPUT - compositionend - "4" 10 PASS event.type is "compositionupdate"
11 SUCCESS: INPUT - textInput - "4" 11 PASS event.data is "2"
12 SUCCESS: INPUT - compositionstart - "" 12 PASS event.type is "compositionupdate"
13 SUCCESS: INPUT - compositionupdate - "5" 13 PASS event.data is "3"
14 SUCCESS: INPUT - compositionupdate - "6" 14 PASS event.type is "compositionend"
15 SUCCESS: INPUT - compositionupdate - "7" 15 PASS event.data is "4"
16 SUCCESS: INPUT - compositionend - "" 16 PASS event.type is "textInput"
17 SUCCESS: INPUT - textInput - "8" 17 PASS event.data is "4"
18 SUCCESS: INPUT - compositionstart - "" 18 PASS event.type is "compositionstart"
19 SUCCESS: INPUT - compositionupdate - "9" 19 PASS event.data is ""
20 SUCCESS: INPUT - compositionend - "9" 20 PASS event.type is "compositionupdate"
21 SUCCESS: INPUT - textInput - "9" 21 PASS event.data is "5"
22 SUCCESS: INPUT - compositionstart - "have" 22 PASS event.type is "compositionupdate"
23 SUCCESS: INPUT - compositionupdate - "lost" 23 PASS event.data is "6"
24 SUCCESS: INPUT - compositionend - "made" 24 PASS event.type is "compositionupdate"
25 SUCCESS: INPUT - textInput - "made" 25 PASS event.data is "7"
26 SUCCESS: I made a pen 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 event.type is "compositionend"
43 PASS event.data is "made"
44 PASS event.type is "textInput"
45 PASS event.data is "made"
46 PASS test.value is "I made a pen"
47 PASS successfullyParsed is true
48
49 TEST COMPLETE
50
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/ime-composition-events-001.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698