Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / NodeList / nodelist-item-with-index-expected.txt
blob1c4040d22559a8a103278f977e993bfb9bb52e97
1 This tests that items in a NodeList can be retrieved by index.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 text1
7 text2
9 PASS div0 == div0s is true
10 PASS div0 == div0s_ is false
11 PASS div0 == div1 is false
12 PASS div0s == div0s_ is false
13 PASS div0s == div1 is false
14 PASS div0s_ == div1 is false
15 PASS successfullyParsed is true
17 TEST COMPLETE