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).