From 16fff198bbf63d4e0f4a955a2ede4758700ec0e4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Dec 2010 15:10:24 +0000 Subject: "Enable" the HTML level 1 test suite. All cases fail currently svn path=/trunk/dom/; revision=11004 --- .../tests/level1/html/HTMLCollection12.xml | 50 ---------------------- 1 file changed, 50 deletions(-) delete mode 100644 test/testcases/tests/level1/html/HTMLCollection12.xml (limited to 'test/testcases/tests/level1/html/HTMLCollection12.xml') diff --git a/test/testcases/tests/level1/html/HTMLCollection12.xml b/test/testcases/tests/level1/html/HTMLCollection12.xml deleted file mode 100644 index d7feb3d..0000000 --- a/test/testcases/tests/level1/html/HTMLCollection12.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - -HTMLCollection12 -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. If there isn't - a matching node the method returns null. - - Retrieve the first FORM element and create a HTMLCollection by invoking - the elements attribute. The method returns null since there is not a - match of the name or id attribute. - -Rick Rivello -2002-05-01 - - - - - - - - - - - - - - - -- cgit v1.2.3