chromium/third_party/blink/web_tests/editing/deleting/deleting-line-break-preserves-underline-color-expected.txt

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."