OLD | NEW |
| (Empty) |
1 This tests that Drag drop fires textInput events. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS actualTextEventData is 'PlainHello' | |
7 PASS testTargetTextarea.value is 'PlainHello' | |
8 PASS actualTextEventData is 'PlainHello' | |
9 PASS testTargetInput.value is 'PlainHello' | |
10 FAIL actualTextEventData should be (of type string). Was null (of type object). | |
11 FAIL 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') should be true. Was
false. | |
12 PASS actualTextEventData is 'RichHello' | |
13 PASS testTargetTextarea.value is 'RichHello' | |
14 PASS actualTextEventData is 'RichHello' | |
15 PASS testTargetInput.value is 'RichHello' | |
16 PASS actualTextEventData is '' | |
17 PASS 0 <= testTargetEditable.innerHTML.indexOf('<b>Rich</b>Hello') is true | |
18 FAIL textInputCount should be 6. Was 5. | |
19 PASS actualTextEventData is 'PlainHello' | |
20 PASS testTargetTextarea.value is '' | |
21 PASS actualTextEventData is 'PlainHello' | |
22 PASS testTargetInput.value is '' | |
23 FAIL actualTextEventData should be (of type string). Was null (of type object). | |
24 PASS testTargetEditable.innerHTML is 'placeholder' | |
25 PASS actualTextEventData is 'RichHello' | |
26 PASS testTargetTextarea.value is '' | |
27 PASS actualTextEventData is 'RichHello' | |
28 PASS testTargetInput.value is '' | |
29 PASS actualTextEventData is '' | |
30 PASS testTargetEditable.innerHTML is 'placeholder' | |
31 FAIL textInputCount should be 6. Was 5. | |
32 PASS successfullyParsed is true | |
33 | |
34 TEST COMPLETE | |
35 | |
OLD | NEW |