1 Test key bindings for toggling bold and italic.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS root.querySelectorAll("b").length is 0
7 PASS root.querySelectorAll("i").length is 0
8 PASS root.querySelectorAll("b").length is 1
9 PASS root.querySelectorAll("i").length is 0
10 PASS root.querySelectorAll("b").length is 1
11 PASS root.querySelectorAll("i").length is 1
12 PASS root.querySelectorAll("b").length is 0
13 PASS root.querySelectorAll("i").length is 1
14 PASS root.querySelectorAll("b").length is 0
15 PASS root.querySelectorAll("i").length is 0
16 PASS successfullyParsed is true