| Index: LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
|
| diff --git a/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js b/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
|
| index 6339ad83ccc32a88a04586dc03953dbcfab10b07..7a413ee47d99bc65c0b6b4c260e0018fe3b0b115 100644
|
| --- a/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
|
| +++ b/LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
|
| @@ -36,7 +36,7 @@ shouldBeSameAfterCreateMarkup('<s>hello</s>');
|
| shouldBeSameAfterCreateMarkup('<strike>hello</strike>');
|
| shouldBeSameAfterCreateMarkup('<em><s><u>hello</u></s></em>');
|
| shouldBeSameAfterCreateMarkup('<u><s><em><u>hello</u></em></s></u>');
|
| -shouldBeSameAfterCreateMarkup('<i><span style=\"text-decoration: underline overline line-through;\">world</span></i>');
|
| +shouldBeSameAfterCreateMarkup('<i><span style=\"text-decoration-line: underline overline line-through;\">world</span></i>');
|
| shouldBeSameAfterCreateMarkup('<em><u style="font-weight: bold;">hello</u></em>');
|
| shouldBeSameAfterCreateMarkup('hello <u>world</u> webkit');
|
|
|
|
|