--- /home/clopez/webkit/webkit/layout-test-results/editing/pasteboard/drop-text-events-expected.txt
+++ /home/clopez/webkit/webkit/layout-test-results/editing/pasteboard/drop-text-events-actual.txt
@@ -3,32 +3,32 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetTextarea.value is 'PlainHello'
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetInput.value is 'PlainHello'
-PASS actualTextEventData is ''
-PASS 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') is true
-PASS actualTextEventData is 'RichHello'
-PASS testTargetTextarea.value is 'RichHello'
-PASS actualTextEventData is 'RichHello'
-PASS testTargetInput.value is 'RichHello'
-PASS actualTextEventData is ''
-PASS 0 <= testTargetEditable.innerHTML.indexOf('RichHello') is true
-PASS textInputCount is proceedingTestCases.length
-PASS actualTextEventData is 'PlainHello'
+FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
+FAIL testTargetTextarea.value should be PlainHello. Was .
+FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
+FAIL testTargetInput.value should be PlainHello. Was .
+FAIL actualTextEventData should be (of type string). Was null (of type object).
+FAIL 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') should be true. Was false.
+FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
+FAIL testTargetTextarea.value should be RichHello. Was .
+FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
+FAIL testTargetInput.value should be RichHello. Was .
+FAIL actualTextEventData should be (of type string). Was null (of type object).
+FAIL 0 <= testTargetEditable.innerHTML.indexOf('RichHello') should be true. Was false.
+FAIL textInputCount should be 6. Was 0.
+FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
PASS testTargetTextarea.value is ''
-PASS actualTextEventData is 'PlainHello'
+FAIL actualTextEventData should be PlainHello (of type string). Was null (of type object).
PASS testTargetInput.value is ''
-PASS actualTextEventData is ''
+FAIL actualTextEventData should be (of type string). Was null (of type object).
PASS testTargetEditable.innerHTML is 'placeholder'
-PASS actualTextEventData is 'RichHello'
+FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
PASS testTargetTextarea.value is ''
-PASS actualTextEventData is 'RichHello'
+FAIL actualTextEventData should be RichHello (of type string). Was null (of type object).
PASS testTargetInput.value is ''
-PASS actualTextEventData is ''
+FAIL actualTextEventData should be (of type string). Was null (of type object).
PASS testTargetEditable.innerHTML is 'placeholder'
-PASS textInputCount is cancelingTestCases.length
+FAIL textInputCount should be 6. Was 0.
PASS successfullyParsed is true
TEST COMPLETE