white-space: normal;

There is a single space here: and there is a tab here: . This line is indented by 7 spaces, with a ‘soft’ line break. This line is indented by 3 tabs, also with a ‘soft’ line break.
This line is following a <br> line break. Finally, there are 7 spaces here: and 3 tabs here: , with 3 ‘soft’ line breaks before and after.

white-space: nowrap;

There is a single space here: and there is a tab here: . This line is indented by 7 spaces, with a ‘soft’ line break. This line is indented by 3 tabs, also with a ‘soft’ line break.
This line is following a <br> line break, and has 3 spaces here: Finally, there are 7 spaces here: and 3 tabs here: , with 3 ‘soft’ line breaks before and after.

white-space: pre;

There is a single space here: and there is a tab here: . This line is indented by 7 spaces, with a ‘soft’ line break. This line is indented by 3 tabs, also with a ‘soft’ line break.
This line is following a <br> line break, and has 3 spaces here: Finally, there are 7 spaces here: and 3 tabs here: , with 3 ‘soft’ line breaks before and after.

white-space: pre-wrap;

There is a single space here: and there is a tab here: . This line is indented by 7 spaces, with a ‘soft’ line break. This line is indented by 3 tabs, also with a ‘soft’ line break.
This line is following a <br> line break, and has 3 spaces here: Finally, there are 7 spaces here: and 3 tabs here: , with 3 ‘soft’ line breaks before and after.

white-space: pre-line;

There is a single space here: and there is a tab here: . This line is indented by 7 spaces, with a ‘soft’ line break. This line is indented by 3 tabs, also with a ‘soft’ line break.
This line is following a <br> line break, and has 3 spaces here: Finally, there are 7 spaces here: and 3 tabs here: , with 3 ‘soft’ line breaks before and after.

white-space: break-spaces;

There is a single space here: and there is a tab here: . This line is indented by 7 spaces, with a ‘soft’ line break. This line is indented by 3 tabs, also with a ‘soft’ line break.
This line is following a <br> line break, and has 3 spaces here: Finally, there are 7 spaces here: and 3 tabs here: , with 3 ‘soft’ line breaks before and after.