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 --- .../tests/level2/html/HTMLTableRowElement21.xml | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 test/testcases/tests/level2/html/HTMLTableRowElement21.xml (limited to 'test/testcases/tests/level2/html/HTMLTableRowElement21.xml') diff --git a/test/testcases/tests/level2/html/HTMLTableRowElement21.xml b/test/testcases/tests/level2/html/HTMLTableRowElement21.xml new file mode 100644 index 0000000..9d5a598 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLTableRowElement21.xml @@ -0,0 +1,67 @@ + + + + + + +HTMLTableRowElement21 +NIST + + The deleteCell() method deletes a cell from the currtent row. If + the index is -1 the last cell in the row is deleted. + + + Retrieve the fourth TR element and examine the value of + the cells length attribute which should be set to six. + Check the value of the last TD element. Invoke the + deleteCell() with an index of negative one + which will delete the last cell in the row. + Check the value of the of the last cell + and also the numbers of cells should now be five. + +Rick Rivello +2002-11-07 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3