This is a testharness.js-based test. Found 8 FAIL, 0 TIMEOUT, 0 NOTRUN. [FAIL] [["inserttext","\\t"]] "foo[]bar" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo\\tbar" but got "foo\\tbar" [FAIL] [["defaultparagraphseparator","div"],["inserttext","\\n"]] "foo[]bar" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "
foo
bar
" but got "foo
bar
" [FAIL] [["defaultparagraphseparator","p"],["inserttext","\\n"]] "foo[]bar" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "

foo

bar

" but got "foo

bar

" [FAIL] [["defaultparagraphseparator","div"],["inserttext","abc\\ndef"]] "foo[]bar" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "
fooabc
defbar
" but got "fooabc
defbar
" [FAIL] [["defaultparagraphseparator","p"],["inserttext","abc\\ndef"]] "foo[]bar" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "

fooabc

defbar

" but got "fooabc

defbar

" [FAIL] [["inserttext"," "]] "foo []  bar" compare innerHTML assert_in_array: Unexpected innerHTML (after normalizing inline style) value "foo           bar" not in array ["foo    bar", "foo    bar"] [FAIL] [["inserttext"," "]] " []foo" compare innerHTML assert_in_array: Unexpected innerHTML (after normalizing inline style) value "  foo" not in array ["  foo", " foo", " foo"] [FAIL] [["inserttext"," "]] "
foo []
" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "
foo  
" but got "
foo  
" Harness: the test ran to completion.