Index: LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt |
diff --git a/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt b/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt |
index c5fb8cf2bf78fdba25df33a6fc3d5b868d6056a3..7f371886ee0c8a8d794adc2e09fbee92b66a2067 100644 |
--- a/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt |
+++ b/LayoutTests/editing/execCommand/inline-style-after-indentoutdent-expected.txt |
@@ -11,7 +11,7 @@ PASS testCreateMarkup('<s>hello</s>') is '<s>hello</s>' |
PASS testCreateMarkup('<strike>hello</strike>') is '<strike>hello</strike>' |
PASS testCreateMarkup('<em><s><u>hello</u></s></em>') is '<em><s><u>hello</u></s></em>' |
PASS testCreateMarkup('<u><s><em><u>hello</u></em></s></u>') is '<u><s><em><u>hello</u></em></s></u>' |
-PASS testCreateMarkup('<i><span style="text-decoration: underline overline line-through;">world</span></i>') is '<i><span style="text-decoration: underline overline line-through;">world</span></i>' |
+PASS testCreateMarkup('<i><span style="text-decoration-line: underline overline line-through;">world</span></i>') is '<i><span style="text-decoration-line: underline overline line-through;">world</span></i>' |
PASS testCreateMarkup('<em><u style="font-weight: bold;">hello</u></em>') is '<em><u style="font-weight: bold;">hello</u></em>' |
PASS testCreateMarkup('hello <u>world</u> webkit') is 'hello <u>world</u> webkit' |
PASS successfullyParsed is true |