From ead7bf7596633ca0d07b61a370d8a6e53ecb3721 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 --- .../documentcreateelementdefaultattr.xml.kfail | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 test/testcases/tests/level1/core/documentcreateelementdefaultattr.xml.kfail (limited to 'test/testcases/tests/level1/core/documentcreateelementdefaultattr.xml.kfail') diff --git a/test/testcases/tests/level1/core/documentcreateelementdefaultattr.xml.kfail b/test/testcases/tests/level1/core/documentcreateelementdefaultattr.xml.kfail new file mode 100644 index 0000000..e7bdcb0 --- /dev/null +++ b/test/testcases/tests/level1/core/documentcreateelementdefaultattr.xml.kfail @@ -0,0 +1,53 @@ + + + + + +documentCreateElementDefaultAttr +NIST + + The "createElement(tagName)" method creates an Element + of the type specified. In addition, if there are known attributes + with default values, Attr nodes representing them are automatically + created and attached to the element. + Retrieve the entire DOM document and invoke its + "createElement(tagName)" method with tagName="address". + The method should create an instance of an Element node + whose tagName is "address". The tagName "address" has an + attribute with default values, therefore the newly created element + will have them. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3