Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / id-in-node-list-index01-expected.txt
blobf36780d896d6d214aee78959abcdab35d959397d
1 Test using id as index of node list
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS elems["id1"].getAttribute("name") is "name1"
7 PASS elems["id2"].getAttribute("name") is "name2"
8 PASS successfullyParsed is true
10 TEST COMPLETE