From beac69dde9c1415bfa00add5a11477d64699960c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 6 Aug 2012 11:27:06 +0100 Subject: Enable level2 core test suite, disabling all tests but documentgetelementbyid01 --- .../core/getElementsByTagNameNS11.xml.unknown | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 test/testcases/tests/level2/core/getElementsByTagNameNS11.xml.unknown (limited to 'test/testcases/tests/level2/core/getElementsByTagNameNS11.xml.unknown') diff --git a/test/testcases/tests/level2/core/getElementsByTagNameNS11.xml.unknown b/test/testcases/tests/level2/core/getElementsByTagNameNS11.xml.unknown new file mode 100644 index 0000000..3dd2c36 --- /dev/null +++ b/test/testcases/tests/level2/core/getElementsByTagNameNS11.xml.unknown @@ -0,0 +1,61 @@ + + + + + + + +getElementsByTagNameNS11 +Curt Arnold + + 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. + + This test is derived from getElementsByTagNameNS04 + +2002-02-28 + + + + + + + + + + +"address" +"address" +"address" +"emp:address" +"address" + + + + + + + + + + -- cgit v1.2.3