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/HTMLCollection09.xml.notimpl | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 test/testcases/tests/level1/html/HTMLCollection09.xml.notimpl (limited to 'test/testcases/tests/level1/html/HTMLCollection09.xml.notimpl') diff --git a/test/testcases/tests/level1/html/HTMLCollection09.xml.notimpl b/test/testcases/tests/level1/html/HTMLCollection09.xml.notimpl new file mode 100644 index 0000000..f81e7af --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLCollection09.xml.notimpl @@ -0,0 +1,47 @@ + + + + + + + +HTMLCollection09 +NIST + + The item(index) method returns null if the index is out of range. + + Retrieve the first TABLE element and create a HTMLCollection by invoking + the "rows" attribute. Invoke the item(index) method with an index + of 5. This index is out of range and should return null. + +Rick Rivello +2002-05-01 + + + + + + + + + + + + + + + + -- cgit v1.2.3