This tests copying and pasting text does not strip inline styles that overrides UA style rules. | |
To manually test, copy and paste "hello world" below. The pasted text should not be bolded. | |
Before copy-paste: | |
| <b> | |
| style="font-weight: normal" | |
| "<#selection-caret>hello world" | |
After copy-paste: | |
| "hello world<#selection-caret>" | |
| <br> |