1 This test ensures the collection item obtained by named property getter is overridden by object's own property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.all.foo is document.getElementById('element0')
7 PASS document.all.foo is 1
8 PASS document.styleSheets.link1 is document.styleSheets[0]
9 PASS document.styleSheets.link1 is 1
10 PASS document.body.attributes.style is document.body.attributes['style']
11 PASS document.body.attributes.style is 1
12 PASS successfullyParsed is true