From bf6aa2739d4b65c43986b29a2b2c4bbbab061cf5 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/HTMLTableSectionElement21.xml | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement21.xml (limited to 'test/testcases/tests/level1/html/HTMLTableSectionElement21.xml') diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml new file mode 100644 index 0000000..05d7ef8 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml @@ -0,0 +1,54 @@ + + + + + + + +HTMLTableSectionElement21 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first TBODY element and invoke the insertRow() method + with an index of two. The number of rows in the TBODY section before + insertion of the new row is two therefore the row is appended. + After the new row is inserted the number of rows in the TBODY section is + three. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3