| Index: LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt
|
| diff --git a/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt b/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..572cd76f742a0194a9aac365fd4a398e8c7559d2
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +This test ensures the collection item obtained by named property getter is overridden by object's own property.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS document.all.foo is document.getElementById('element0')
|
| +PASS document.all.foo is 1
|
| +PASS document.styleSheets.link1 is document.styleSheets[0]
|
| +PASS document.styleSheets.link1 is 1
|
| +PASS document.body.attributes.style is document.body.attributes['style']
|
| +PASS document.body.attributes.style is 1
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|