blob: de11a510998d07f77123eb7dcf60be50e4b6b0a5 [file] [log] [blame]
Test key bindings for toggling bold and italic.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS root.querySelectorAll("b").length is 0
PASS root.querySelectorAll("i").length is 0
PASS root.querySelectorAll("b").length is 1
PASS root.querySelectorAll("i").length is 0
PASS root.querySelectorAll("b").length is 1
PASS root.querySelectorAll("i").length is 1
PASS root.querySelectorAll("b").length is 0
PASS root.querySelectorAll("i").length is 1
PASS root.querySelectorAll("b").length is 0
PASS root.querySelectorAll("i").length is 0
PASS successfullyParsed is true
TEST COMPLETE
Foo