From 2eebfe9785e83b882dfac17c037bfd490cb0bb6a 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/HTMLTableSectionElement26.xml.kfail | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 test/testcases/tests/level2/html/HTMLTableSectionElement26.xml.kfail (limited to 'test/testcases/tests/level2/html/HTMLTableSectionElement26.xml.kfail') diff --git a/test/testcases/tests/level2/html/HTMLTableSectionElement26.xml.kfail b/test/testcases/tests/level2/html/HTMLTableSectionElement26.xml.kfail new file mode 100644 index 0000000..206d91f --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLTableSectionElement26.xml.kfail @@ -0,0 +1,48 @@ + + + + + + +HTMLTableSectionElement26 +NIST + + The insertRow() method throws a INDEX_SIZE_ERR DOMException + if the specified index is negative. + + Retrieve the first THEAD element which has one row. Try + to insert a new row using an index of negative two. This should throw + a INDEX_SIZE_ERR DOMException since the index is negative. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + -- cgit v1.2.3