From 8f547c7bd349e0dc905e0dc5f32edbf1e01061ce Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 30 Jul 2009 11:06:01 +0000 Subject: Merge DOMTS tests -- they're causing havoc with review diffs. svn path=/trunk/dom/; revision=8910 --- .../tests/level2/core/createAttributeNS03.xml | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 test/testcases/tests/level2/core/createAttributeNS03.xml (limited to 'test/testcases/tests/level2/core/createAttributeNS03.xml') diff --git a/test/testcases/tests/level2/core/createAttributeNS03.xml b/test/testcases/tests/level2/core/createAttributeNS03.xml new file mode 100644 index 0000000..df424df --- /dev/null +++ b/test/testcases/tests/level2/core/createAttributeNS03.xml @@ -0,0 +1,78 @@ + + + + + + +createAttributeNS03 +NIST + + The "createAttributeNS(namespaceURI,qualifiedName)" method for a + Document should raise INVALID_CHARACTER_ERR DOMException + if qualifiedName contains an illegal character. + + Invoke method createAttributeNS(namespaceURI,qualifiedName) on this document + with qualifiedName containing an illegal character from illegalChars[]. + Method should raise INVALID_CHARACTER_ERR DOMException for all + characters in illegalChars[]. + +Mary Brady +2001-08-17 + + + + + + + + +"person:{" +"person:}" +"person:~" +"person:'" +"person:!" +"person:@" +"person:#" +"person:$" +"person:%" +"person:^" +"person:&" +"person:*" +"person:(" +"person:)" +"person:+" +"person:=" +"person:[" +"person:]" +"person:\\" +"person:/" +"person:;" +"person:`" +"person:<" +"person:>" +"person:," +"person:a " +"person:\"" + + + + + + + + + + -- cgit v1.2.3