OLD | NEW |
1 Test to make sure we can toggle text decorations correctly. | 1 Test to make sure we can toggle text decorations correctly. |
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 <span style="text-decoration: under
line;">test</span> | 6 PASS one underline command converted test to <span style="text-decoration-line:
underline;">test</span> |
7 PASS one underline command converted <span style="text-decoration: underline;">t
est</span> to test | 7 PASS one underline command converted <span style="text-decoration: underline;">t
est</span> to test |
8 PASS one underline command converted <span style="text-decoration: underline lin
e-through overline;">test</span> to <span style="text-decoration: overline line-
through;">test</span> | 8 PASS one underline command converted <span style="text-decoration: underline lin
e-through overline;">test</span> to <span style="text-decoration-line: overline
line-through;">test</span> |
9 PASS one strikethrough command converted test to <span style="text-decoration: l
ine-through;">test</span> | 9 PASS one strikethrough command converted test to <span style="text-decoration-li
ne: line-through;">test</span> |
10 PASS one strikethrough command converted <span style="text-decoration: line-thro
ugh;">test</span> to test | 10 PASS one strikethrough command converted <span style="text-decoration: line-thro
ugh;">test</span> to test |
11 PASS one strikethrough command converted <span style="text-decoration: underline
line-through overline;">test</span> to <span style="text-decoration: underline
overline;">test</span> | 11 PASS one strikethrough command converted <span style="text-decoration: underline
line-through overline;">test</span> to <span style="text-decoration-line: under
line overline;">test</span> |
12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
13 | 13 |
14 TEST COMPLETE | 14 TEST COMPLETE |
15 | 15 |
OLD | NEW |