one two three four
one two three four
one two three four
one two three four

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassinnerText should be the same for the pre-line and pre examples
Asserts run
Pass
assert_equals("one\ntwo\nthree\nfour", "one\ntwo\nthree\nfour")
    at Test.<anonymous> ( /html/dom/elements/the-innertext-and-outertext-properties/innertext-whitespace-pre-line.html:29:3)
PassinnerText has collapsed whitespace but preserved newlines with pre-line
Asserts run
Pass
assert_equals("\none\ntwo\n\nthree\nfour\n", "\none\ntwo\n\nthree\nfour\n")
    at Test.<anonymous> ( /html/dom/elements/the-innertext-and-outertext-properties/innertext-whitespace-pre-line.html:38:3)