From 6e23a29ef1d29294f00acdebc7a2263b373d3c5f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 24 Mar 2012 10:07:15 +0000 Subject: Re-disable all known fails svn path=/trunk/libdom/; revision=13584 --- .../core/namednodemapinuseattributeerr.xml.kfail | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 test/testcases/tests/level1/core/namednodemapinuseattributeerr.xml.kfail (limited to 'test/testcases/tests/level1/core/namednodemapinuseattributeerr.xml.kfail') diff --git a/test/testcases/tests/level1/core/namednodemapinuseattributeerr.xml.kfail b/test/testcases/tests/level1/core/namednodemapinuseattributeerr.xml.kfail new file mode 100644 index 0000000..9a530a6 --- /dev/null +++ b/test/testcases/tests/level1/core/namednodemapinuseattributeerr.xml.kfail @@ -0,0 +1,57 @@ + + + + + +namedNodeMapInUseAttributeErr +NIST + +The "setNamedItem(arg)" method raises a +INUSE_ATTRIBUTE_ERR DOMException if "arg" is an +Attr that is already in an attribute of another Element. + +Create a NamedNodeMap object from the attributes of the +last child of the third employee and attempt to add +an attribute that is already being used by the first +employee. This should raise the desired exception. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3