blob: 7df4ab741eb26ae8ee9ebab8714895d155d40746 [file] [log] [blame]
This tests copying and pasting text does not remove non-editing style in the destination.
To manually test, copy "hello world" below and paste it in the box below. The blue border should stay after the paste.
Before copy:
| <b>
| style="border: solid 5px blue;padding: 5px;"
| <br>
After paste:
| <b>
| style="border: solid 5px blue;padding: 5px;"
| <i>
| style="font-weight: normal;"
| "hello<#selection-caret>"
| <br>