summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/NodeList/nodelist-item-assignment-expected.txt
blob: 814b4566bf61a41584131bf256a3c349cff6c828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This tests that indexed assignments to items of a NodeList do not override original values. See http://code.google.com/p/chromium/issues/detail?id=27967

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS first == null is false
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS nodeList[0] is first
PASS successfullyParsed is true

TEST COMPLETE