I create the following WebElement:
WebNonHTMLResource forText: ('This is', Character cr asString, 'a test')
However, when this is displayed in the browser, the text will look like this:
This is a test
The carriage return has not been taken into account.