From 067d862e55500d89e8e96637a4678cf25cae478b Mon Sep 17 00:00:00 2001 From: Rupinder Singh Khokhar Date: Mon, 9 Jun 2014 09:33:23 +0530 Subject: HTMLCollection --- .../tests/level1/html/HTMLCollection11.xml | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 test/testcases/tests/level1/html/HTMLCollection11.xml (limited to 'test/testcases/tests/level1/html/HTMLCollection11.xml') diff --git a/test/testcases/tests/level1/html/HTMLCollection11.xml b/test/testcases/tests/level1/html/HTMLCollection11.xml new file mode 100644 index 0000000..ebf217f --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLCollection11.xml @@ -0,0 +1,51 @@ + + + + + + + +HTMLCollection11 +NIST + + The namedItem(name) method retrieves a node using a name. It first + searches for a node with a matching id attribute. If it doesn't find + one, it then searches for a Node with a matching name attribute, but only + on those elements that are allowed a name attribute. + + Retrieve the first FORM element and create a HTMLCollection by invoking + the elements attribute. The first SELECT element is further retrieved + using the elements id attribute. + +Rick Rivello +2002-05-01 + + + + + + + + + + + + + + + + + -- cgit v1.2.3