Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / class-list-expected.txt
blob4463f5f954bff9a6bc40ec61b45db6cc8e412efa
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
11 TEST COMPLETE