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 --- .../namednodemapremovenameditemns08.xml.unknown | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 test/testcases/tests/level2/core/namednodemapremovenameditemns08.xml.unknown (limited to 'test/testcases/tests/level2/core/namednodemapremovenameditemns08.xml.unknown') diff --git a/test/testcases/tests/level2/core/namednodemapremovenameditemns08.xml.unknown b/test/testcases/tests/level2/core/namednodemapremovenameditemns08.xml.unknown new file mode 100644 index 0000000..2fc5041 --- /dev/null +++ b/test/testcases/tests/level2/core/namednodemapremovenameditemns08.xml.unknown @@ -0,0 +1,52 @@ + + + + + + +namednodemapremovenameditemns08 +IBM + + The method removeNamedItemNS removes a node using its namespaceURI and localName and + raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and + localName in this map + + Retreive an attribute node from a namednodemap. Remove the attribute node from the document + object. Since NamedNodeMaps are live it should also automatically get removed from + the node map. And so if an attempt is made to remove it using removeAttributeNS, this should + raise a NOT_FOUND_ERR. + +Neil Delima +2002-04-28 + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3