From ca30ba7de4c3b0b17a61e1f07032575a01f2cd25 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Wed, 21 May 2014 12:16:24 +0530 Subject: TableSection Element Rev.1 --- .../html/HTMLTableSectionElement31.xml.kfail | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 test/testcases/tests/level2/html/HTMLTableSectionElement31.xml.kfail (limited to 'test/testcases/tests/level2/html/HTMLTableSectionElement31.xml.kfail') diff --git a/test/testcases/tests/level2/html/HTMLTableSectionElement31.xml.kfail b/test/testcases/tests/level2/html/HTMLTableSectionElement31.xml.kfail deleted file mode 100644 index 55464e2..0000000 --- a/test/testcases/tests/level2/html/HTMLTableSectionElement31.xml.kfail +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - -HTMLTableSectionElement31 -NIST - - The deleteRow() method deletes a row from this section. The index - starts from 0 and is relative only to the rows contained inside - this section, not all the rows in the table. If the index is -1 - the last row will be deleted. - - Retrieve the second TBODY element and invoke the deleteRow() method - with an index of -1. The nuber of rows in the THEAD section before - the deletion of the row is two. After the row is deleted the number - of rows in the TBODY section is one. - -Rick Rivello -2002-11-07 - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3