Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / class-name-expected.txt
blobab4cf4a455ed12cf467afded484e18559eb25e55
1 Tests that className works on non HTMLElements
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS htmlElement.className is "foo"
7 PASS xmlElement.className is "foo"
8 PASS successfullyParsed is true
10 TEST COMPLETE