blob: 86a1b8f16f99f1c9fda07d0b1f7d8db70f29e676 [file] [log] [blame]
PASS collection = window.someName; collection.length is 2
PASS collection[0].title is "first"
PASS collection[1].title is "second"
PASS collection[1]; window.someName is collection
PASS collection = document.someName; collection.length is 2
PASS collection[0].title is "first"
PASS collection[1].title is "second"
PASS collection[1]; document.someName is collection
Tests that the named item created for an image with an ID is correctly removed. The test passes, if you see a "PASS" message in the div below.