diff --git a/content/base/test/Makefile.in b/content/base/test/Makefile.in index cf92f44cb590..ae03a922f12a 100644 --- a/content/base/test/Makefile.in +++ b/content/base/test/Makefile.in @@ -186,6 +186,9 @@ _TEST_FILES = test_bug5141.html \ test_text_wholeText.html \ wholeTexty-helper.xml \ test_bug444030.xhtml \ + test_NodeIterator_basics_filters.xhtml \ + test_NodeIterator_mutations_1.xhtml \ + test_NodeIterator_mutations_2.html \ $(NULL) libs:: $(_TEST_FILES) diff --git a/content/base/test/test_NodeIterator_basics_filters.xhtml b/content/base/test/test_NodeIterator_basics_filters.xhtml new file mode 100644 index 000000000000..9dc2905c84a0 --- /dev/null +++ b/content/base/test/test_NodeIterator_basics_filters.xhtml @@ -0,0 +1,117 @@ + + + + DOM Traversal: NodeIterator: Basics and Filters + + + + + +

+ +
+
+
+ + diff --git a/content/base/test/test_NodeIterator_mutations_1.xhtml b/content/base/test/test_NodeIterator_mutations_1.xhtml new file mode 100644 index 000000000000..a14c1bee4b98 --- /dev/null +++ b/content/base/test/test_NodeIterator_mutations_1.xhtml @@ -0,0 +1,205 @@ + + + + DOM Traversal: NodeIterator: Mutations (1/x) + + + + + +

+ +
+
diff --git a/content/base/test/test_NodeIterator_mutations_2.html b/content/base/test/test_NodeIterator_mutations_2.html new file mode 100644 index 000000000000..f6ebea9675b9 --- /dev/null +++ b/content/base/test/test_NodeIterator_mutations_2.html @@ -0,0 +1,113 @@ + + + + + DOM Traversal: NodeIterator: Mutations (2/x) + + + + +

+ +
+
+
+ +