Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / event-input-contentEditable-expected.txt
1 This tests that the input events are dispatched when contentEditable nodes are edited
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS event.target.id is 'target0'
7 PASS event.target.innerHTML is 'Text'
8 PASS event.target.id is 'target2'
9 PASS event.target.innerHTML is 'This text should not be changed.'
10 PASS event.target.id is 'target3'
11 PASS event.target.innerHTML is '<br>'
12 PASS event.target.id is 'target4'
13 PASS event.target.innerHTML is '<a href="http://www.example.com/">This text should be a link.</a>'
14 PASS event.target.id is 'target6parent'
15 PASS event.target.innerHTML is '<a href="http://www.example.com/"><span id="target6start">Start,</span><span id="target6middle">Middle,</span><span id="target6end">End.</span></a>'
16 PASS event.target.id is 'target7'
17 PASS event.target.innerHTML is 'X'
18 PASS event.target.id is 'target8'
19 PASS event.target.innerHTML is '<br>'
20 PASS event.target.id is 'target9parent'
21 PASS event.target.innerHTML is '<div id="target9child" contenteditable="">Replacing</div>'
22 PASS event.target.id is 't10gch'
23 PASS event.target.innerHTML is 'Replacing'
24 PASS expectedInputEventCount is actualInputEventCount
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28