From f0a3c95cfc4a5595f930cd5dd14d6cbbf1f85312 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Sat, 31 May 2014 09:07:42 +0530 Subject: tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && tableRowElement Rev.1 && DOMTSHandler(Test Suite) Revised and implemented inefficient ways to produce correct .c's && other minor bg fixes in HTMLCollection... Tests expecting 2nd attribute of dom_html_collection_get_length to be of type int32_t aren't enabled yet. Will be done in a later commit. --- .../tests/level1/html/HTMLTableElement07.xml | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 test/testcases/tests/level1/html/HTMLTableElement07.xml (limited to 'test/testcases/tests/level1/html/HTMLTableElement07.xml') diff --git a/test/testcases/tests/level1/html/HTMLTableElement07.xml b/test/testcases/tests/level1/html/HTMLTableElement07.xml new file mode 100644 index 0000000..44be1c3 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableElement07.xml @@ -0,0 +1,57 @@ + + + + + + + +HTMLTableElement07 +NIST + + The rows attribute returns a collection of all the rows in the table, + including al in THEAD, TFOOT, all TBODY elements. + + Retrieve the rows attribute from the second TABLE element and + examine the items of the returned collection. + +Mary Brady +2002-02-22 + + + + + + + + + + +"tr" +"tr" +"tr" +"tr" + + + + + + + + + + + + -- cgit v1.2.3