Index: alltests.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/alltests.xml,v
retrieving revision 1.5
diff -u -r1.5 alltests.xml
--- alltests.xml 4 Dec 2002 00:42:46 -0000 1.5
+++ alltests.xml 26 Nov 2003 22:43:29 -0000
@@ -1,154 +1,152 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: isSupported03.xml
===================================================================
RCS file: isSupported03.xml
diff -N isSupported03.xml
--- isSupported03.xml 4 Dec 2002 00:42:46 -0000 1.5
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-isSupported03
-NIST
-
- The "feature" parameter in the
- isSupported(feature,version)" method is the name
- of the feature and the version is the version number of the
- feature to test. CORE is a legal value for the feature parameter
- (Test for core, lower case).
- Legal values for the version parameter are 1.0 and 2.0
- (Test for 1.0).
-
- Retrieve the root node of the DOM document by invoking
- the "getDocumentElement()" method. This should create a
- node object on which the "isSupported(feature,version)"
- method is invoked with "feature" equal to "core" and the version equal to 1.0.
- The method should return a boolean "true".
-
-Mary Brady
-2001-08-17
-
-
-
-
-
-
-
-
-
-
Index: isSupported08.xml
===================================================================
RCS file: isSupported08.xml
diff -N isSupported08.xml
--- isSupported08.xml 4 Dec 2002 00:42:46 -0000 1.5
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-isSupported08
-NIST
-
- The "feature" parameter in the
- isSupported(feature,version)" method is the name
- of the feature and the version is the version number of the
- feature to test. CORE is a legal value for the feature parameter
- (Test for CORE, upper case).
- Legal values for the version parameter are 1.0 and 2.0
- (Test for 1.0).
-
- Retrieve the root node of the DOM document by invoking
- the "getDocumentElement()" method. This should create a
- node object on which the "isSupported(feature,version)"
- method is invoked with "feature" equal to "CORE" and the version equal to 1.0.
- The method should return a boolean "true".
-
-Mary Brady
-2001-08-17
-
-
-
-
-
-
-
-
-
-
Index: isSupported12.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-Suite/tests/level2/core/isSupported12.xml,v
retrieving revision 1.8
diff -u -r1.8 isSupported12.xml
--- isSupported12.xml 4 Dec 2002 00:42:46 -0000 1.8
+++ isSupported12.xml 26 Nov 2003 22:43:30 -0000
@@ -1,75 +1,73 @@
-
-
-
-
-
-
-isSupported12
-NIST
-
- The "feature" parameter in the
- isSupported(feature,version)" method is the name
- of the feature and the version is the version number of the
- feature to test. CORE is a legal value for the feature parameter
- (Test for CORE, upper case).
- Legal values for the version parameter are 1.0 and 2.0
- (Test for 1.0).
-
- Retrieve the root node of the DOM document by invoking
- the "getDocumentElement()" method. This should create a
- node object on which the "isSupported(feature,version)"
- method is invoked with "feature" equal to "CORE" and the version equal to 1.0.
- The method should return a boolean "true".
-
-Mary Brady
-2001-08-17
-
-
-
-"Core"
-"XML"
-"HTML"
-"Views"
-"StyleSheets"
-"CSS"
-"CSS2"
-"Events"
-"UIEvents"
-"MouseEvents"
-"MutationEvents"
-"HTMLEvents"
-"Range"
-"Traversal"
-"bogus.bogus.bogus"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+isSupported12
+NIST
+
+ The "feature" parameter in the
+ isSupported(feature,version)" method is the name
+ of the feature and the version is the version number of the
+ feature to test. CORE is a legal value for the feature parameter
+ (Test for CORE, upper case).
+ Legal values for the version parameter are 1.0 and 2.0
+ (Test for 1.0).
+
+ Retrieve the root node of the DOM document by invoking
+ the "getDocumentElement()" method. This should create a
+ node object on which the "isSupported(feature,version)"
+ method is invoked with "feature" equal to "CORE" and the version equal to 1.0.
+ The method should return a boolean "true".
+
+Mary Brady
+2001-08-17
+
+
+
+"Core"
+"XML"
+"HTML"
+"Views"
+"StyleSheets"
+"CSS"
+"CSS2"
+"Events"
+"UIEvents"
+"MouseEvents"
+"MutationEvents"
+"HTMLEvents"
+"Range"
+"Traversal"
+"bogus.bogus.bogus"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+