OLD | NEW |
1 Test to make sure we remove span tags with no attributes if we removed the last
attribute. | 1 Test to make sure we remove span tags with no attributes if we removed the last
attribute. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS one underline command converted test to <u>test</u> | 6 PASS one underline command converted test to <u>test</u> |
7 PASS one underline command converted <u><b><strike>test</strike></b></u> to <b><
strike>test</strike></b> | 7 PASS one underline command converted <u><b><strike>test</strike></b></u> to <b><
strike>test</strike></b> |
8 PASS two underline commands converted test to test | 8 PASS two underline commands converted test to test |
9 PASS one strikethrough command converted test to <strike>test</strike> | 9 PASS one strikethrough command converted test to <strike>test</strike> |
10 PASS one strikethrough command converted <u><b><strike>test</strike></b></u> to
<u><b>test</b></u> | 10 PASS one strikethrough command converted <u><b><strike>test</strike></b></u> to
<u><b>test</b></u> |
11 PASS two strikethrough commands converted test to test | 11 PASS two strikethrough commands converted test to test |
12 PASS one strikethrough command converted <u>test</u> to <u><strike>test</strike>
</u> | 12 PASS one strikethrough command converted <u>test</u> to <u><strike>test</strike>
</u> |
13 PASS one underline command converted <strike>test</strike> to <u><strike>test</s
trike></u> | 13 PASS one underline command converted <strike>test</strike> to <u><strike>test</s
trike></u> |
14 PASS one strikethrough command converted <span style="text-decoration: overline;
">test</span> to <span style="text-decoration: overline;"><strike>test</strike><
/span> | 14 PASS one strikethrough command converted <span style="text-decoration: overline;
">test</span> to <span style="text-decoration-line: overline;"><strike>test</str
ike></span> |
15 PASS one underline command converted <span style="text-decoration: overline;">te
st</span> to <span style="text-decoration: overline;"><u>test</u></span> | 15 PASS one underline command converted <span style="text-decoration: overline;">te
st</span> to <span style="text-decoration-line: overline;"><u>test</u></span> |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |