diff -r 000000000000 -r 6474c204b198 dom/tests/js/lists.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dom/tests/js/lists.html Wed Dec 31 06:09:35 2014 +0100
@@ -0,0 +1,68 @@
+
+
+This test does a few things:
+
+ - It has a couple of:
+
+
- It dumps (check the JS console) the images, links and anchors using
+ the document.images, document.links and document.anchors arrays.
+
- Then it removes one of the images.
+
- Dumps the images array again. This is to prove that the images array
+ is live.
+
- Adds back the image.
+
- And the dumps the images array again. The image arrays order should
+ now be different.
+
- It gets a list of LIs (using getElementsByTagName()) and prints
+ out all their tagNames. There should be 10.
+
+
+
+
\ No newline at end of file