From 7bf86def02f275eac1c1f0c634461e9aed545a14 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Wed, 14 May 2014 20:14:31 +0530 Subject: Including Level2 tests & the Basefont Element , also a minor change in level2 basefontElement test --- .../html/HTMLTableSectionElement30.xml.kfail | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail (limited to 'test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail') diff --git a/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail b/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail new file mode 100644 index 0000000..8fd17c2 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail @@ -0,0 +1,55 @@ + + + + + + +HTMLTableSectionElement30 +NIST + + The insertRow() method inserts a new empty table row. The new + row is inserted immediately before the current indexth row in this + section. If index is -1 or equal to the number of rows in this section, + the new row is appended. + + Retrieve the first THEAD element and invoke the insertRow() method + with an index of negative one. Since the index is negative one the + new row is appended. + After the new row is appended the number of rows in the THEAD + section is two. + +Rick Rivello +2002-11-07 + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3