summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/editing/input/setting-input-value-cancel-ime-composition-expected.txt
blob: 2436d59fdb34c288e63dd8f170fd5bb35eb7b197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This test ensures WebKit clears IME composition inside an input element when the value is programmatically set.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

PASS successfullyParsed is true

TEST COMPLETE
nihao should marked from 0 to 5
PASS textInputController.hasMarkedText() is true
PASS textInputController.markedRange().toString() is "0,5"
text was removed so there should be no marked text
PASS textInputController.hasMarkedText() is false
nihao should marked from 0 to 5
PASS textInputController.hasMarkedText() is true
PASS textInputController.markedRange().toString() is "0,5"
the text was changed so there should be no marked text
PASS textInputController.hasMarkedText() is false
PASS successfullyParsed is true

TEST COMPLETE