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

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

Issue 23604053: Implement Composition interface for IME API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: consistent quotation usage in layouttest html. Created 7 years, 3 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
(Empty)
1 This tests composition attribute of InputMethodContext.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS composition.text is ""
7 PASS composition2.text is ""
8 Testing IME on an input element.
9 PASS composition.text is "abcde"
10 PASS composition2.text is ""
11 PASS composition.selectionStart is 1
12 PASS composition.selectionEnd is 4
13 PASS composition.getSegments().length is 3
14 PASS composition.getSegments().length is 2
15 PASS composition.getSegments().length is 2
16 PASS composition.text is ""
17 PASS composition.getSegments().length is 0
18 PASS input.value is "abcde"
19 PASS input2.value is ""
20 Testing IME on another input element.
21 PASS input.value is "abcde"
22 PASS input2.value is ""
23 PASS composition.getSegments().length is 0
24 PASS composition2.getSegments().length is 1
25 PASS input.value is "abcde"
26 PASS input2.value is "fghij"
27 PASS composition.text is ""
28 PASS composition2.text is "fghij"
29 PASS composition2.text is ""
30 PASS input.value is "abcde"
31 PASS input2.value is "fghij"
32 Testing when context is obtained after some IME input.
33 PASS input3.value is ""
34 PASS input3.value is "klmno"
35 PASS composition3.text is "klmno"
36 PASS composition3.text is ""
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
40
OLDNEW
« no previous file with comments | « LayoutTests/fast/ime/inputmethodcontext-composition.html ('k') | Source/core/html/ime/Composition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698