This tests copying and pasting doesn't strip content.
To manually test, copy the content in the first box and paste it into the second box.

Original content:
| "
"
| <font>
|   face="Verdana"
|   "hello "
| <br>
| "
"
| <font>
|   face="Verdana"
|   <div>
|     style="-webkit-line-break: after-white-space;"
|     <div>
|       <font>
|         face="Verdana"
|         "world"
|     "
"
|     <div>
|       style="-webkit-line-break: after-white-space; "
|       <font>
|         face="Verdana"
|         "WebKit"
|   "
"

Pasted content:
| <font>
|   face="Verdana"
|   "hello "
| <br>
|   style="font-family: Helvetica;"
| <font>
|   face="Verdana"
|   "worldWebKit<#selection-caret>"
