nodelist-item-with-name-expected.txt revision eff69b907ef2cd3a9af0351287a929c66f58e3f6
1This tests that items in a NodeList can be retrieved directly by name.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6text1
7text2
8
9PASS div1 instanceof HTMLDivElement is true
10PASS div2 instanceof HTMLDivElement is true
11PASS div1.innerHTML is 'text1'
12PASS div2.innerHTML is 'text2'
13PASS successfullyParsed is true
14
15TEST COMPLETE
16
17