testText("
****/
testText(" abc", " abc", "Leading whitespace preserved");
testText("abc ", "abc ", "Trailing whitespace preserved");
testText("abc def", "abc def", "Internal whitespace preserved");
testText("abc\ndef", "abc\ndef", "\\n preserved");
testText("abc\rdef", "abc\ndef", "\\r converted to newline");
testText("abc\tdef", "abc\tdef", "\\t preserved");
/**** ****/
testText(" abc", " abc", "Leading whitespace preserved");
testText("abc ", "abc ", "Trailing whitespace preserved");
testText("abc def", "abc def", "Internal whitespace preserved");
testText("abc\ndef", "abc\ndef", "\\n preserved");
testText("abc\rdef", "abc\ndef", "\\r converted to newline");
testText("abc\tdef", "abc\tdef", "\\t preserved");
/**** ****/
testText(" abc", " abc", "Leading whitespace preserved");
testText("abc ", "abc ", "Trailing whitespace preserved");
testText("abc def", "abc def", "Internal whitespace preserved");
testText("abc\ndef", "abc\ndef", "\\n preserved");
testText("abc\rdef", "abc\ndef", "\\r converted to newline");
testText("abc\tdef", "abc\tdef", "\\t preserved");
/**** ****/
testText(" abc", "abc", "Leading whitespace removed");
testText("abc ", "abc", "Trailing whitespace removed");
testText("abc def", "abc def", "Internal whitespace collapsed");
testText("abc\ndef", "abc\ndef", "\\n preserved");
testText("abc\rdef", "abc\ndef", "\\r converted to newline");
testText("abc\tdef", "abc def", "\\t converted to space");
/**** Collapsing whitespace across element boundaries ****/
testText("abc def", "abc def", "Whitespace collapses across element boundaries");
testText("abc def", "abc def", "Whitespace collapses across element boundaries");
testText("abc def", "abc def", "Whitespace collapses across element boundaries");
/**** Soft line breaks ****/
testText("abc def", "abc def", "Soft line breaks ignored");
/**** first-line/first-letter ****/
testText("abc def", "ABC def", "::first-line styles applied");
testText("abc def", "Abc def", "::first-letter styles applied");
testText("abc def", "abc def", "::first-letter float ignored");
/**** ****/
testText(" ", "\xA0", " preserved");
/**** display:none ****/
testText("