blob: 070b107a6e945098813e61cac51a59135bdebe46 [file] [log] [blame]
This test for a bug moving a paragraph of underlined text. The text should look the same before and after the deletion.
Before:
| <div>
| "This should not be underlined."
| <span>
| style="text-decoration: underline; color: blue;"
| <span>
| style="color:red;"
| "This should be underlined."
After:
| <div>
| "This should not be underlined.<#selection-caret>"
| <span>
| style="color: red; text-decoration-line: underline;"
| "This should be underlined."