1 Tests that classList works on non HTMLElements
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS htmlElement.classList instanceof DOMTokenList is true
7 PASS svgElement.classList instanceof DOMTokenList is true
8 PASS xmlElement.classList instanceof DOMTokenList is true
9 PASS successfullyParsed is true