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/nodecloneattributescopied.xml.kfail | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 test/testcases/tests/level1/core/nodecloneattributescopied.xml.kfail (limited to 'test/testcases/tests/level1/core/nodecloneattributescopied.xml.kfail') diff --git a/test/testcases/tests/level1/core/nodecloneattributescopied.xml.kfail b/test/testcases/tests/level1/core/nodecloneattributescopied.xml.kfail new file mode 100644 index 0000000..ddfdc18 --- /dev/null +++ b/test/testcases/tests/level1/core/nodecloneattributescopied.xml.kfail @@ -0,0 +1,54 @@ + + + + + +nodeCloneAttributesCopied +NIST + + If the cloneNode method is used to clone an + Element node, all the attributes of the Element are + copied along with their values. + + Retrieve the last child of the second employee and invoke + the cloneNode method. The + duplicate node returned by the method should copy the + attributes associated with this node. + +Mary Brady +2001-08-17 + + + + + + + + + + + +"domestic" +"street" + + + + + + + + + + + + -- cgit v1.2.3