This is a testharness.js-based test.
[FAIL] pasting in contenteditable="plaintext-only" in contenteditable="true": beforeinput
assert_equals: beforeinput.data should be null expected (object) null but got (string) "abc"
[FAIL] pasting in contenteditable="plaintext-only" in contenteditable="true": innerHTML
assert_equals: expected "
" but got ""
[FAIL] pasting in contenteditable="plaintext-only" in contenteditable="true" and contenteditable="false": beforeinput
assert_equals: beforeinput.data should be null expected (object) null but got (string) "abc"
[FAIL] pasting in contenteditable="true" in contenteditable="plaintext-only": beforeinput
assert_true: beforeinput.dataTransfer should have the styled text as text/html expected true got false
[FAIL] pasting in contenteditable="true" in contenteditable="plaintext-only" and contenteditable="false": beforeinput
assert_true: beforeinput.dataTransfer should have the styled text as text/html expected true got false
[FAIL] pasting in contenteditable="true" in contenteditable="plaintext-only" and contenteditable="false": innerHTML
assert_equals: expected "" but got ""
Harness: the test ran to completion.