From dba6ae49a546cc8da44d7586cb2b84142d44850d Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Thu, 5 Jun 2014 06:16:21 +0530 Subject: TEST generator bug fix Adding Test Cases & DOMTSHandler fix --- .../level1/html/HTMLTableSectionElement16.xml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement16.xml (limited to 'test/testcases/tests/level1/html/HTMLTableSectionElement16.xml') diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml new file mode 100644 index 0000000..567d86b --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml @@ -0,0 +1,52 @@ + + + + + + + +HTMLTableSectionElement16 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first THEAD element and invoke the insertRow() method + with an index of 0. The nuber of rows in the THEAD section before + insertion of the new row is one. After the new row is inserted the number + of rows in the THEAD section is two. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3