Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / ime-composition-events-001-expected.txt
1 This tests that calling input-method functions sends Composition Events and Text Events introduced in DOM Level 3.
2
3 To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
4
5
6 SUCCESS: INPUT - compositionstart - "1"
7 SUCCESS: INPUT - compositionupdate - "1"
8 SUCCESS: INPUT - compositionupdate - "2"
9 SUCCESS: INPUT - compositionupdate - "3"
10 SUCCESS: INPUT - compositionend - "4"
11 SUCCESS: INPUT - textInput - "4"
12 SUCCESS: INPUT - compositionstart - "5"
13 SUCCESS: INPUT - compositionupdate - "5"
14 SUCCESS: INPUT - compositionupdate - "6"
15 SUCCESS: INPUT - compositionupdate - "7"
16 SUCCESS: INPUT - compositionend - ""
17 SUCCESS: INPUT - textInput - "8"
18 SUCCESS: INPUT - compositionstart - "9"
19 SUCCESS: INPUT - compositionupdate - "9"
20 SUCCESS: INPUT - compositionend - "9"
21 SUCCESS: INPUT - textInput - "9"