1 Test to make sure styles toggle as expected and tag-based styles can be removed by editing commands.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.compatMode is "BackCompat"
9 PASS bold removing font-weight: bold
10 PASS bold removing strong
12 PASS italic removing i
13 PASS italic removing font-style: italic
14 PASS italic removing em
16 PASS subscript removing sub
17 PASS subscript removing vertical-align: sub
18 PASS superscript toggle
19 PASS superscript removing sup
20 PASS superscript removing vertical-align: super
21 PASS strikethrough toggle
22 PASS strikethrough removing strike
23 PASS strikethrough removing text-decoration: line-through
24 PASS strikethrough removing s
26 PASS underline removing u
27 PASS underline removing text-decoration: underline
28 PASS successfullyParsed is true