blob: 8b57f7a3090104b6ffd97f80a02337361f7ff50a [file] [log] [blame]
Tests that classList works on non HTMLElements
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS htmlElement.classList instanceof DOMTokenList is true
PASS svgElement.classList instanceof DOMTokenList is true
PASS xmlElement.classList instanceof DOMTokenList is true
PASS successfullyParsed is true
TEST COMPLETE