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/getElementsByTagNameNS04.xml | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 test/testcases/tests/level2/core/getElementsByTagNameNS04.xml (limited to 'test/testcases/tests/level2/core/getElementsByTagNameNS04.xml') diff --git a/test/testcases/tests/level2/core/getElementsByTagNameNS04.xml b/test/testcases/tests/level2/core/getElementsByTagNameNS04.xml new file mode 100644 index 0000000..1c440d5 --- /dev/null +++ b/test/testcases/tests/level2/core/getElementsByTagNameNS04.xml @@ -0,0 +1,57 @@ + + + + + + +getElementsByTagNameNS04 +NIST + + The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList + of all descendant Elements with a given local name and namespace URI in the + order in which they are encountered in a preorder traversal of this Element tree. + + Create a NodeList of all the descendant elements + using the special value " " as the namespaceURI and "address" as the + localName. + The method should return a NodeList of Elements that have + "address" as the local name. + +Mary Brady +2001-08-17 + + + + + + + + + +"address" +"address" +"address" +"emp:address" +"address" + + + + + + + + + -- cgit v1.2.3