blob: ecd34e813011a7000aea294a471c0f7662c8f81f [file] [log] [blame]
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>