| Index: LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js
|
| ===================================================================
|
| --- LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js (revision 155922)
|
| +++ LayoutTests/editing/execCommand/script-tests/inline-style-after-indentoutdent.js (working copy)
|
| @@ -36,7 +36,7 @@
|
| 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-line: underline overline line-through;\">world</span></i>');
|
| +shouldBeSameAfterCreateMarkup('<i><span style=\"text-decoration: underline overline line-through;\">world</span></i>');
|
| shouldBeSameAfterCreateMarkup('<em><u style="font-weight: bold;">hello</u></em>');
|
| shouldBeSameAfterCreateMarkup('hello <u>world</u> webkit');
|
|
|
|
|