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 --- .../tests/level2/core/setNamedItemNS01.xml.unknown | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 test/testcases/tests/level2/core/setNamedItemNS01.xml.unknown (limited to 'test/testcases/tests/level2/core/setNamedItemNS01.xml.unknown') diff --git a/test/testcases/tests/level2/core/setNamedItemNS01.xml.unknown b/test/testcases/tests/level2/core/setNamedItemNS01.xml.unknown new file mode 100644 index 0000000..cbd98b9 --- /dev/null +++ b/test/testcases/tests/level2/core/setNamedItemNS01.xml.unknown @@ -0,0 +1,61 @@ + + + + + + +setNamedItemNS01 +NIST + + The "setNamedItemNS(arg)" method for a + NamedNodeMap should raise INUSE_ATTRIBUTE_ERR DOMException if + arg is an Attr that is already an attribute of another Element object. + + Retrieve an attr node from the third "address" element whose local name + is "domestic" and namespaceURI is "http://www.netzero.com". + Invoke method setNamedItemNS(arg) on the map of the first "address" element with + arg being the attr node from above. Method should raise + INUSE_ATTRIBUTE_ERR DOMException. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3