Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / NodeList / nodelist-item-assignment-expected.txt
blob814b4566bf61a41584131bf256a3c349cff6c828
1 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
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS first == null is false
7 PASS nodeList[0] is first
8 PASS nodeList[0] is first
9 PASS nodeList[0] is first
10 PASS nodeList[0] is first
11 PASS nodeList[0] is first
12 PASS nodeList[0] is first
13 PASS nodeList[0] is first
14 PASS nodeList[0] is first
15 PASS nodeList[0] is first
16 PASS nodeList[0] is first
17 PASS nodeList[0] is first
18 PASS nodeList[0] is first
19 PASS nodeList[0] is first
20 PASS successfullyParsed is true
22 TEST COMPLETE