Index: LayoutTests/editing/execCommand/toggle-style-2-expected.txt |
diff --git a/LayoutTests/editing/execCommand/toggle-style-2-expected.txt b/LayoutTests/editing/execCommand/toggle-style-2-expected.txt |
index b143a8ff5090c11710ec3879cd063abc9da3e9db..0bbd2724d57189a13927cd99218f70e858906821 100644 |
--- a/LayoutTests/editing/execCommand/toggle-style-2-expected.txt |
+++ b/LayoutTests/editing/execCommand/toggle-style-2-expected.txt |
@@ -11,8 +11,8 @@ PASS one strikethrough command converted <u><b><strike>test</strike></b></u> to |
PASS two strikethrough commands converted test to test |
PASS one strikethrough command converted <u>test</u> to <u><strike>test</strike></u> |
PASS one underline command converted <strike>test</strike> to <u><strike>test</strike></u> |
-PASS one strikethrough command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration: overline;"><strike>test</strike></span> |
-PASS one underline command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration: overline;"><u>test</u></span> |
+PASS one strikethrough command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration-line: overline;"><strike>test</strike></span> |
+PASS one underline command converted <span style="text-decoration: overline;">test</span> to <span style="text-decoration-line: overline;"><u>test</u></span> |
PASS successfullyParsed is true |
TEST COMPLETE |