Index: tests/level1/core/alltests.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level1/core/alltests.xml,v
retrieving revision 1.16
diff -u -r1.16 alltests.xml
--- tests/level1/core/alltests.xml 13 Jan 2004 05:02:03 -0000 1.16
+++ tests/level1/core/alltests.xml 14 Jan 2004 01:24:26 -0000
@@ -377,6 +377,7 @@
+
Index: tests/level1/core/hc_elementnormalize.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level1/core/hc_elementnormalize.xml,v
retrieving revision 1.1
diff -u -r1.1 hc_elementnormalize.xml
--- tests/level1/core/hc_elementnormalize.xml 10 Jun 2002 04:18:15 -0000 1.1
+++ tests/level1/core/hc_elementnormalize.xml 14 Jan 2004 01:24:26 -0000
@@ -13,17 +13,11 @@
-hc_elementNormalize
+hc_elementnormalize
Curt Arnold
- The "normalize()" method puts all the nodes in the full
- depth of the sub-tree underneath this element into a
- "normal" form.
-
- Retrieve the third employee and access its second child.
- This child contains a block of text that is spread
- across multiple lines. The content of the "strong" child
- should be parsed and treated as a single Text node.
+ Normalize the document element and check that the third var element has
+ been changed to a single text node.
2002-06-09
@@ -38,9 +32,9 @@
-
+
-
+
Index: tests/level1/core/hc_elementnormalize2.xml
===================================================================
RCS file: tests/level1/core/hc_elementnormalize2.xml
diff -N tests/level1/core/hc_elementnormalize2.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ tests/level1/core/hc_elementnormalize2.xml 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,49 @@
+
+
+
+
+
+hc_elementnormalize2
+Curt Arnold
+
+Add an empty text node to an existing attribute node, normalize the containing element
+and check that the attribute node has eliminated the empty text.
+
+
+2002-06-09
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+