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
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