The <TR> is similar to <BR> for the Plain text, thus when reading it add the new line, if needed. The WebKit returns correct `\n` in the node's innerText, but using it as a plain text hides it for the user, thus split the lines and add them as separate paragraphs.