/home/clopez/webkit/webkit/layout-test-results/editing/pasteboard/drop-text-events-actual.txt

33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44
55
6 PASS actualTextEventData is 'PlainHello'
7 PASS testTargetTextarea.value is 'PlainHello'
8 PASS actualTextEventData is 'PlainHello'
9 PASS testTargetInput.value is 'PlainHello'
10 PASS actualTextEventData is ''
11 PASS 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') is true
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 PASS textInputCount is proceedingTestCases.length
19 PASS actualTextEventData is 'PlainHello'
 6FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
 7FAIL testTargetTextarea.value should be PlainHello. Was .
 8FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
 9FAIL testTargetInput.value should be PlainHello. Was .
 10FAIL actualTextEventData should be (of type string). Was null (of type object).
 11FAIL 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') should be true. Was false.
 12FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
 13FAIL testTargetTextarea.value should be RichHello. Was .
 14FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
 15FAIL testTargetInput.value should be RichHello. Was .
 16FAIL actualTextEventData should be (of type string). Was null (of type object).
 17FAIL 0 <= testTargetEditable.innerHTML.indexOf('<b>Rich</b>Hello') should be true. Was false.
 18FAIL textInputCount should be 6. Was 0.
 19FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
2020PASS testTargetTextarea.value is ''
21 PASS actualTextEventData is 'PlainHello'
 21FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
2222PASS testTargetInput.value is ''
23 PASS actualTextEventData is ''
 23FAIL actualTextEventData should be (of type string). Was null (of type object).
2424PASS testTargetEditable.innerHTML is 'placeholder'
25 PASS actualTextEventData is 'RichHello'
 25FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
2626PASS testTargetTextarea.value is ''
27 PASS actualTextEventData is 'RichHello'
 27FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
2828PASS testTargetInput.value is ''
29 PASS actualTextEventData is ''
 29FAIL actualTextEventData should be (of type string). Was null (of type object).
3030PASS testTargetEditable.innerHTML is 'placeholder'
31 PASS textInputCount is cancelingTestCases.length
 31FAIL textInputCount should be 6. Was 0.
3232PASS successfullyParsed is true
3333
3434TEST COMPLETE