michael@0:
michael@0:
michael@0: This test does a few things:
michael@0:
michael@0: - It has a couple of:
michael@0:
michael@0:
- It dumps (check the JS console) the images, links and anchors using
michael@0: the document.images, document.links and document.anchors arrays.
michael@0:
- Then it removes one of the images.
michael@0:
- Dumps the images array again. This is to prove that the images array
michael@0: is live.
michael@0:
- Adds back the image.
michael@0:
- And the dumps the images array again. The image arrays order should
michael@0: now be different.
michael@0:
- It gets a list of LIs (using getElementsByTagName()) and prints
michael@0: out all their tagNames. There should be 10.
michael@0:
michael@0:
michael@0:
michael@0: