| Index: LayoutTests/editing/style/script-tests/push-down-inline-styles.js
|
| diff --git a/LayoutTests/editing/style/script-tests/push-down-inline-styles.js b/LayoutTests/editing/style/script-tests/push-down-inline-styles.js
|
| index 15fd7450e104f801e5bb52a7461e68a14be49622..becb9560399621b3c78fb14103f4fd98ccee7835 100644
|
| --- a/LayoutTests/editing/style/script-tests/push-down-inline-styles.js
|
| +++ b/LayoutTests/editing/style/script-tests/push-down-inline-styles.js
|
| @@ -40,8 +40,8 @@ testSingleToggle("underline", '<span style="text-decoration: underline;">hello<d
|
| testSingleToggle("underline",
|
| '<div style="text-decoration: underline;"><div>hello</span></div><div id="test">webkit</div><span style="font-style: italic;">rocks</span>',
|
| '<div><div style="text-decoration-line: underline;">hello</span></div><div id="test">webkit</div><u><span style="font-style: italic;">rocks</span></u></div>');
|
| -testSingleToggle("underline", '<span style="text-decoration: underline;"><div style="text-decoration: line-through;">hello</div><div id="test">world</div></span>', '<div style="text-decoration-line: underline line-through;">hello</div><div id="test">world</div>');
|
| -testSingleToggle("strikeThrough", '<span style="text-decoration: line-through;"><div id="test">hello</div><div style="text-decoration: underline;">world</div></span>', '<div id="test">hello</div><div style="text-decoration-line: line-through underline;">world</div>');
|
| +testSingleToggle("underline", '<span style="text-decoration-line: underline;"><div style="text-decoration-line: line-through;">hello</div><div id="test">world</div></span>', '<div style="text-decoration-line: underline line-through;">hello</div><div id="test">world</div>');
|
| +testSingleToggle("strikeThrough", '<span style="text-decoration-line: line-through;"><div id="test">hello</div><div style="text-decoration-line: underline;">world</div></span>', '<div id="test">hello</div><div style="text-decoration-line: line-through underline;">world</div>');
|
|
|
| document.body.removeChild(testContainer);
|
|
|
|
|