Index: LayoutTests/editing/pasteboard/preserve-underline-color-expected.txt |
diff --git a/LayoutTests/editing/pasteboard/preserve-underline-color-expected.txt b/LayoutTests/editing/pasteboard/preserve-underline-color-expected.txt |
index 8af65f7e19275ee8ef7d5b2bf6626463bbeafdc9..5ea8131ae3cd65a9427d83134e45ad335ecfcac6 100644 |
--- a/LayoutTests/editing/pasteboard/preserve-underline-color-expected.txt |
+++ b/LayoutTests/editing/pasteboard/preserve-underline-color-expected.txt |
@@ -1,5 +1,5 @@ |
This test for a bug copy/pasting underlined text. The color of the underline should be the color of the element that has the text-decoration property. |
| <span> |
-| style="color: rgb(255, 0, 0); text-decoration: underline;" |
+| style="text-decoration-line: underline; color: rgb(255, 0, 0);" |
| "This should be underlined.<#selection-caret>" |
| <br> |