| Index: LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt
|
| ===================================================================
|
| --- LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt (revision 155922)
|
| +++ LayoutTests/editing/execCommand/toggle-text-decorations-expected.txt (working copy)
|
| @@ -3,12 +3,12 @@
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS one underline command converted test to <span style="text-decoration-line: underline;">test</span>
|
| +PASS one underline command converted test to <span style="text-decoration: underline;">test</span>
|
| PASS one underline command converted <span style="text-decoration: underline;">test</span> to test
|
| -PASS one underline command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration-line: overline line-through;">test</span>
|
| -PASS one strikethrough command converted test to <span style="text-decoration-line: line-through;">test</span>
|
| +PASS one underline command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: overline line-through;">test</span>
|
| +PASS one strikethrough command converted test to <span style="text-decoration: line-through;">test</span>
|
| PASS one strikethrough command converted <span style="text-decoration: line-through;">test</span> to test
|
| -PASS one strikethrough command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration-line: underline overline;">test</span>
|
| +PASS one strikethrough command converted <span style="text-decoration: underline line-through overline;">test</span> to <span style="text-decoration: underline overline;">test</span>
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|