Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / NodeList / nodelist-item-with-name-expected.txt
blob32ff0a7a6898916d31219cb172b693b043bdc229
1 This tests that items in a NodeList can be retrieved directly by name.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 text1
7 text2
9 PASS div1 instanceof HTMLDivElement is true
10 PASS div2 instanceof HTMLDivElement is true
11 PASS div1.innerHTML is 'text1'
12 PASS div2.innerHTML is 'text2'
13 PASS successfullyParsed is true
15 TEST COMPLETE