From 5ea57331b2cbe8f261988f01b5e30d388847b6be Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Fri, 6 Jun 2014 06:29:51 +0530 Subject: Enabling some missed tests. How come were they missed ?! :o --- .../tests/level1/html/HTMLTableElement28.xml | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 test/testcases/tests/level1/html/HTMLTableElement28.xml (limited to 'test/testcases/tests/level1/html/HTMLTableElement28.xml') diff --git a/test/testcases/tests/level1/html/HTMLTableElement28.xml b/test/testcases/tests/level1/html/HTMLTableElement28.xml new file mode 100644 index 0000000..95f300c --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableElement28.xml @@ -0,0 +1,57 @@ + + + + + + + +HTMLTableElement28 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the second TABLE element and invoke the insertRow() method + with an index of 0. Currently the zero indexed row is in the THEAD + section of the TABLE. The number 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