OLD | NEW |
---|---|
1 This test for a bug copy/pasting underlined text. The color of the underline sho uld be the color of the element that has the text-decoration property. | 1 This test for a bug copy/pasting underlined text. The color of the underline sho uld be the color of the element that has the text-decoration property. |
2 | <span> | 2 | <span> |
3 | style="color: rgb(255, 0, 0); text-decoration: underline;" | 3 | style="color: rgb(255, 0, 0); text-decoration-line: underline;" |
4 | "This should be underlined.<#selection-caret>" | 4 | "This should be underlined.<#selection-caret>" |
5 | <br> | 5 | <br> |
OLD | NEW |