Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / input / setting-input-value-cancel-ime-composition-expected.txt
blob2436d59fdb34c288e63dd8f170fd5bb35eb7b197
1 This test ensures WebKit clears IME composition inside an input element when the value is programmatically set.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS successfullyParsed is true
7 TEST COMPLETE
8 nihao should marked from 0 to 5
9 PASS textInputController.hasMarkedText() is true
10 PASS textInputController.markedRange().toString() is "0,5"
11 text was removed so there should be no marked text
12 PASS textInputController.hasMarkedText() is false
13 nihao should marked from 0 to 5
14 PASS textInputController.hasMarkedText() is true
15 PASS textInputController.markedRange().toString() is "0,5"
16 the text was changed so there should be no marked text
17 PASS textInputController.hasMarkedText() is false
18 PASS successfullyParsed is true
20 TEST COMPLETE