From 74591c9089ef1db54a3621c16c00097d456633c3 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Fri, 3 Aug 2007 21:42:38 +0000 Subject: Import test from W3C test suite svn path=/trunk/dom/; revision=3473 --- test/xml/tests/documentcreateattribute.xml | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/xml/tests/documentcreateattribute.xml diff --git a/test/xml/tests/documentcreateattribute.xml b/test/xml/tests/documentcreateattribute.xml new file mode 100644 index 0000000..d34e97a --- /dev/null +++ b/test/xml/tests/documentcreateattribute.xml @@ -0,0 +1,45 @@ + + + + + +documentCreateAttribute +NIST + + The "createAttribute(name)" method creates an Attribute + node of the given name. + + Retrieve the entire DOM document and invoke its + "createAttribute(name)" method. It should create a + new Attribute node with the given name. The name, value + and type of the newly created object are retrieved and + output. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + -- cgit v1.2.3