From beac69dde9c1415bfa00add5a11477d64699960c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 6 Aug 2012 11:27:06 +0100 Subject: Enable level2 core test suite, disabling all tests but documentgetelementbyid01 --- test/testcases/tests/level2/core/isSupported04.xml | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 test/testcases/tests/level2/core/isSupported04.xml (limited to 'test/testcases/tests/level2/core/isSupported04.xml') diff --git a/test/testcases/tests/level2/core/isSupported04.xml b/test/testcases/tests/level2/core/isSupported04.xml deleted file mode 100644 index 18dfd28..0000000 --- a/test/testcases/tests/level2/core/isSupported04.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - -isSupported04 -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. XML is a legal value for the feature parameter - (Test for xml, 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 "xml" and the version equal to 1.0. - The method should return a boolean "true". - -Mary Brady -2001-08-17 - - - - - - - - - - -- cgit v1.2.3