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/level1/html/HTMLSelectElement05.xml | 43 ++++++++++++++ .../level1/html/HTMLSelectElement05.xml.int-broken | 43 -------------- .../tests/level1/html/HTMLSelectElement16.xml | 43 ++++++++++++++ .../level1/html/HTMLSelectElement16.xml.kfail | 43 -------------- .../tests/level1/html/HTMLSelectElement17.xml | 43 ++++++++++++++ .../level1/html/HTMLSelectElement17.xml.kfail | 43 -------------- .../tests/level1/html/HTMLSelectElement18.xml | 57 ++++++++++++++++++ .../level1/html/HTMLSelectElement18.xml.kfail | 57 ------------------ .../tests/level1/html/HTMLSelectElement19.xml | 61 +++++++++++++++++++ .../level1/html/HTMLSelectElement19.xml.kfail | 61 ------------------- .../tests/level1/html/HTMLTableElement21.xml | 62 ++++++++++++++++++++ .../tests/level1/html/HTMLTableElement21.xml.kfail | 62 -------------------- .../tests/level1/html/HTMLTableElement24.xml | 62 ++++++++++++++++++++ .../tests/level1/html/HTMLTableElement24.xml.kfail | 62 -------------------- .../tests/level1/html/HTMLTableRowElement11.xml | 67 +++++++++++++++++++++ .../level1/html/HTMLTableRowElement11.xml.kfail | 67 --------------------- .../tests/level1/html/HTMLTableRowElement12.xml | 66 +++++++++++++++++++++ .../level1/html/HTMLTableRowElement12.xml.kfail | 66 --------------------- .../tests/level1/html/HTMLTableRowElement13.xml | 66 +++++++++++++++++++++ .../level1/html/HTMLTableRowElement13.xml.kfail | 66 --------------------- .../tests/level1/html/HTMLTableRowElement14.xml | 66 +++++++++++++++++++++ .../level1/html/HTMLTableRowElement14.xml.kfail | 66 --------------------- .../level1/html/HTMLTableSectionElement13.xml | 45 ++++++++++++++ .../html/HTMLTableSectionElement13.xml.kfail | 45 -------------- .../level1/html/HTMLTableSectionElement14.xml | 45 ++++++++++++++ .../html/HTMLTableSectionElement14.xml.kfail | 45 -------------- .../level1/html/HTMLTableSectionElement15.xml | 45 ++++++++++++++ .../html/HTMLTableSectionElement15.xml.kfail | 45 -------------- .../level1/html/HTMLTableSectionElement16.xml | 52 +++++++++++++++++ .../html/HTMLTableSectionElement16.xml.kfail | 52 ----------------- .../level1/html/HTMLTableSectionElement17.xml | 52 +++++++++++++++++ .../html/HTMLTableSectionElement17.xml.kfail | 52 ----------------- .../level1/html/HTMLTableSectionElement18.xml | 52 +++++++++++++++++ .../html/HTMLTableSectionElement18.xml.kfail | 52 ----------------- .../level1/html/HTMLTableSectionElement19.xml | 53 +++++++++++++++++ .../html/HTMLTableSectionElement19.xml.kfail | 53 ----------------- .../level1/html/HTMLTableSectionElement20.xml | 53 +++++++++++++++++ .../html/HTMLTableSectionElement20.xml.kfail | 53 ----------------- .../level1/html/HTMLTableSectionElement21.xml | 54 +++++++++++++++++ .../html/HTMLTableSectionElement21.xml.kfail | 54 ----------------- .../level1/html/HTMLTableSectionElement22.xml | 51 ++++++++++++++++ .../html/HTMLTableSectionElement22.xml.kfail | 51 ---------------- .../level1/html/HTMLTableSectionElement23.xml | 51 ++++++++++++++++ .../html/HTMLTableSectionElement23.xml.kfail | 51 ---------------- .../level1/html/HTMLTableSectionElement24.xml | 51 ++++++++++++++++ .../html/HTMLTableSectionElement24.xml.kfail | 51 ---------------- test/testcases/tests/level1/html/table06.xml | 42 +++++++++++++ test/testcases/tests/level1/html/table06.xml.kfail | 42 ------------- test/testcases/tests/level1/html/table07.xml | 44 ++++++++++++++ test/testcases/tests/level1/html/table07.xml.kfail | 44 -------------- test/testcases/tests/level1/html/table15.xml | 44 ++++++++++++++ test/testcases/tests/level1/html/table15.xml.kfail | 44 -------------- .../tests/level2/html/HTMLTableElement40.xml | 50 ++++++++++++++++ .../tests/level2/html/HTMLTableElement40.xml.kfail | 50 ---------------- .../tests/level2/html/HTMLTableRowElement20.xml | 68 ++++++++++++++++++++++ .../level2/html/HTMLTableRowElement20.xml.kfail | 68 ---------------------- .../tests/level2/html/HTMLTableRowElement21.xml | 67 +++++++++++++++++++++ .../level2/html/HTMLTableRowElement21.xml.kfail | 67 --------------------- .../level2/html/HTMLTableSectionElement30.xml | 55 +++++++++++++++++ .../html/HTMLTableSectionElement30.xml.kfail | 55 ----------------- .../level2/html/HTMLTableSectionElement31.xml | 53 +++++++++++++++++ .../html/HTMLTableSectionElement31.xml.kfail | 53 ----------------- 62 files changed, 1663 insertions(+), 1663 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLSelectElement05.xml delete mode 100644 test/testcases/tests/level1/html/HTMLSelectElement05.xml.int-broken create mode 100644 test/testcases/tests/level1/html/HTMLSelectElement16.xml delete mode 100644 test/testcases/tests/level1/html/HTMLSelectElement16.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLSelectElement17.xml delete mode 100644 test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLSelectElement18.xml delete mode 100644 test/testcases/tests/level1/html/HTMLSelectElement18.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLSelectElement19.xml delete mode 100644 test/testcases/tests/level1/html/HTMLSelectElement19.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableElement21.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableElement21.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableElement24.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableElement24.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement11.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement11.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement12.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement12.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement13.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement13.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement14.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableRowElement14.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement13.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement13.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement14.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement14.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement15.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement15.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement16.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement16.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement17.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement17.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement18.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement18.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement19.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement19.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement20.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement20.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement21.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement21.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement22.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement22.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement23.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement23.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement24.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement24.xml.kfail create mode 100644 test/testcases/tests/level1/html/table06.xml delete mode 100644 test/testcases/tests/level1/html/table06.xml.kfail create mode 100644 test/testcases/tests/level1/html/table07.xml delete mode 100644 test/testcases/tests/level1/html/table07.xml.kfail create mode 100644 test/testcases/tests/level1/html/table15.xml delete mode 100644 test/testcases/tests/level1/html/table15.xml.kfail create mode 100644 test/testcases/tests/level2/html/HTMLTableElement40.xml delete mode 100644 test/testcases/tests/level2/html/HTMLTableElement40.xml.kfail create mode 100644 test/testcases/tests/level2/html/HTMLTableRowElement20.xml delete mode 100644 test/testcases/tests/level2/html/HTMLTableRowElement20.xml.kfail create mode 100644 test/testcases/tests/level2/html/HTMLTableRowElement21.xml delete mode 100644 test/testcases/tests/level2/html/HTMLTableRowElement21.xml.kfail create mode 100644 test/testcases/tests/level2/html/HTMLTableSectionElement30.xml delete mode 100644 test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail create mode 100644 test/testcases/tests/level2/html/HTMLTableSectionElement31.xml delete mode 100644 test/testcases/tests/level2/html/HTMLTableSectionElement31.xml.kfail (limited to 'test/testcases/tests') diff --git a/test/testcases/tests/level1/html/HTMLSelectElement05.xml b/test/testcases/tests/level1/html/HTMLSelectElement05.xml new file mode 100644 index 0000000..16c78e1 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLSelectElement05.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLSelectElement05 +NIST + + The length attribute specifies the number of options in this select. + + Retrieve the length attribute from the first SELECT element and + examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLSelectElement05.xml.int-broken b/test/testcases/tests/level1/html/HTMLSelectElement05.xml.int-broken deleted file mode 100644 index 16c78e1..0000000 --- a/test/testcases/tests/level1/html/HTMLSelectElement05.xml.int-broken +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLSelectElement05 -NIST - - The length attribute specifies the number of options in this select. - - Retrieve the length attribute from the first SELECT element and - examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLSelectElement16.xml b/test/testcases/tests/level1/html/HTMLSelectElement16.xml new file mode 100644 index 0000000..a5e9422 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLSelectElement16.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLSelectElement16 +Curt Arnold + +Removes an option using HTMLSelectElement.remove. + +2004-03-18 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLSelectElement16.xml.kfail b/test/testcases/tests/level1/html/HTMLSelectElement16.xml.kfail deleted file mode 100644 index a5e9422..0000000 --- a/test/testcases/tests/level1/html/HTMLSelectElement16.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLSelectElement16 -Curt Arnold - -Removes an option using HTMLSelectElement.remove. - -2004-03-18 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLSelectElement17.xml b/test/testcases/tests/level1/html/HTMLSelectElement17.xml new file mode 100644 index 0000000..03549ff --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLSelectElement17.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLSelectElement17 +Curt Arnold + +Removes a non-existant option using HTMLSelectElement.remove. + +2004-03-18 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail b/test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail deleted file mode 100644 index 03549ff..0000000 --- a/test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLSelectElement17 -Curt Arnold - -Removes a non-existant option using HTMLSelectElement.remove. - -2004-03-18 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLSelectElement18.xml b/test/testcases/tests/level1/html/HTMLSelectElement18.xml new file mode 100644 index 0000000..aff29d9 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLSelectElement18.xml @@ -0,0 +1,57 @@ + + + + + + + +HTMLSelectElement18 +Curt Arnold + +Add a new option at the end of an select using HTMLSelectElement.add. + +2004-03-18 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLSelectElement18.xml.kfail b/test/testcases/tests/level1/html/HTMLSelectElement18.xml.kfail deleted file mode 100644 index aff29d9..0000000 --- a/test/testcases/tests/level1/html/HTMLSelectElement18.xml.kfail +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - -HTMLSelectElement18 -Curt Arnold - -Add a new option at the end of an select using HTMLSelectElement.add. - -2004-03-18 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLSelectElement19.xml b/test/testcases/tests/level1/html/HTMLSelectElement19.xml new file mode 100644 index 0000000..5d06fe1 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLSelectElement19.xml @@ -0,0 +1,61 @@ + + + + + + + +HTMLSelectElement19 +Curt Arnold + +Add a new option before the selected node using HTMLSelectElement.add. + +2004-03-18 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLSelectElement19.xml.kfail b/test/testcases/tests/level1/html/HTMLSelectElement19.xml.kfail deleted file mode 100644 index 5d06fe1..0000000 --- a/test/testcases/tests/level1/html/HTMLSelectElement19.xml.kfail +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - -HTMLSelectElement19 -Curt Arnold - -Add a new option before the selected node using HTMLSelectElement.add. - -2004-03-18 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableElement21.xml b/test/testcases/tests/level1/html/HTMLTableElement21.xml new file mode 100644 index 0000000..b50a007 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableElement21.xml @@ -0,0 +1,62 @@ + + + + + + + +HTMLTableElement21 +NIST + + The deleteTHead() method deletes the header from the table. + + The deleteTHead() method will delete the THEAD Element from the + second TABLE element. First make sure that the THEAD element exists + and then count the number of rows. After the THEAD element is + deleted there should be one less row. + +Rick Rivello +2002-05-02 + + + + + + + + + + + +4 +3 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableElement21.xml.kfail b/test/testcases/tests/level1/html/HTMLTableElement21.xml.kfail deleted file mode 100644 index b50a007..0000000 --- a/test/testcases/tests/level1/html/HTMLTableElement21.xml.kfail +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - -HTMLTableElement21 -NIST - - The deleteTHead() method deletes the header from the table. - - The deleteTHead() method will delete the THEAD Element from the - second TABLE element. First make sure that the THEAD element exists - and then count the number of rows. After the THEAD element is - deleted there should be one less row. - -Rick Rivello -2002-05-02 - - - - - - - - - - - -4 -3 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableElement24.xml b/test/testcases/tests/level1/html/HTMLTableElement24.xml new file mode 100644 index 0000000..58af66e --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableElement24.xml @@ -0,0 +1,62 @@ + + + + + + + +HTMLTableElement24 +NIST + + The deleteTFoot() method deletes the footer from the table. + + The deleteTFoot() method will delete the TFOOT Element from the + second TABLE element. First make sure that the TFOOT element exists + and then count the number of rows. After the TFOOT element is + deleted there should be one less row. + +Rick Rivello +2002-05-02 + + + + + + + + + + + +4 +3 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableElement24.xml.kfail b/test/testcases/tests/level1/html/HTMLTableElement24.xml.kfail deleted file mode 100644 index 58af66e..0000000 --- a/test/testcases/tests/level1/html/HTMLTableElement24.xml.kfail +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - -HTMLTableElement24 -NIST - - The deleteTFoot() method deletes the footer from the table. - - The deleteTFoot() method will delete the TFOOT Element from the - second TABLE element. First make sure that the TFOOT element exists - and then count the number of rows. After the TFOOT element is - deleted there should be one less row. - -Rick Rivello -2002-05-02 - - - - - - - - - - - -4 -3 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement11.xml b/test/testcases/tests/level1/html/HTMLTableRowElement11.xml new file mode 100644 index 0000000..f284090 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableRowElement11.xml @@ -0,0 +1,67 @@ + + + + + + + +HTMLTableRowElement11 +NIST + + The insertCell() method inserts an empty TD cell into this row. + + + 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 first TD element. Invoke the + insertCell() which will create an empty TD cell at the + zero index position. Check the value of the newly created + cell and make sure it is null and also the numbers of cells + should now be seven. + +Rick Rivello +2002-05-06 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement11.xml.kfail b/test/testcases/tests/level1/html/HTMLTableRowElement11.xml.kfail deleted file mode 100644 index f284090..0000000 --- a/test/testcases/tests/level1/html/HTMLTableRowElement11.xml.kfail +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - -HTMLTableRowElement11 -NIST - - The insertCell() method inserts an empty TD cell into this row. - - - 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 first TD element. Invoke the - insertCell() which will create an empty TD cell at the - zero index position. Check the value of the newly created - cell and make sure it is null and also the numbers of cells - should now be seven. - -Rick Rivello -2002-05-06 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement12.xml b/test/testcases/tests/level1/html/HTMLTableRowElement12.xml new file mode 100644 index 0000000..121954c --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableRowElement12.xml @@ -0,0 +1,66 @@ + + + + + + + +HTMLTableRowElement12 +NIST + + The insertCell() method inserts an empty TD cell into this row. + + + 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 + insertCell() which will append the empty cell to the end of the list. + Check the value of the newly created cell and make sure it is null + and also the numbers of cells should now be seven. + +Rick Rivello +2002-05-06 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement12.xml.kfail b/test/testcases/tests/level1/html/HTMLTableRowElement12.xml.kfail deleted file mode 100644 index 121954c..0000000 --- a/test/testcases/tests/level1/html/HTMLTableRowElement12.xml.kfail +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - -HTMLTableRowElement12 -NIST - - The insertCell() method inserts an empty TD cell into this row. - - - 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 - insertCell() which will append the empty cell to the end of the list. - Check the value of the newly created cell and make sure it is null - and also the numbers of cells should now be seven. - -Rick Rivello -2002-05-06 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement13.xml b/test/testcases/tests/level1/html/HTMLTableRowElement13.xml new file mode 100644 index 0000000..a90f596 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableRowElement13.xml @@ -0,0 +1,66 @@ + + + + + + + +HTMLTableRowElement13 +NIST + + The deleteCell() method deletes a cell from the current row. + + + 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 first TD element. Invoke the + deleteCell() method which will delete a cell from the current row. + Check the value of the cell at the zero index and also check + the number of cells which should now be five. + +Rick Rivello +2002-05-06 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement13.xml.kfail b/test/testcases/tests/level1/html/HTMLTableRowElement13.xml.kfail deleted file mode 100644 index a90f596..0000000 --- a/test/testcases/tests/level1/html/HTMLTableRowElement13.xml.kfail +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - -HTMLTableRowElement13 -NIST - - The deleteCell() method deletes a cell from the current row. - - - 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 first TD element. Invoke the - deleteCell() method which will delete a cell from the current row. - Check the value of the cell at the zero index and also check - the number of cells which should now be five. - -Rick Rivello -2002-05-06 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement14.xml b/test/testcases/tests/level1/html/HTMLTableRowElement14.xml new file mode 100644 index 0000000..27af8e2 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableRowElement14.xml @@ -0,0 +1,66 @@ + + + + + + + +HTMLTableRowElement14 +NIST + + The deleteCell() method deletes a cell from the current row. + + + 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 third(index 2) TD element. Invoke the + deleteCell() method which will delete a cell from the current row. + Check the value of the third cell(index 2) and also check + the number of cells which should now be five. + +Rick Rivello +2002-05-06 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableRowElement14.xml.kfail b/test/testcases/tests/level1/html/HTMLTableRowElement14.xml.kfail deleted file mode 100644 index 27af8e2..0000000 --- a/test/testcases/tests/level1/html/HTMLTableRowElement14.xml.kfail +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - -HTMLTableRowElement14 -NIST - - The deleteCell() method deletes a cell from the current row. - - - 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 third(index 2) TD element. Invoke the - deleteCell() method which will delete a cell from the current row. - Check the value of the third cell(index 2) and also check - the number of cells which should now be five. - -Rick Rivello -2002-05-06 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement13.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement13.xml new file mode 100644 index 0000000..1110c65 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement13.xml @@ -0,0 +1,45 @@ + + + + + + + +HTMLTableSectionElement13 +NIST + + The rows attribute specifies the collection of rows in this table section. + + Retrieve the first THEAD element and examine the value of + the rows length attribute. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement13.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement13.xml.kfail deleted file mode 100644 index 1110c65..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement13.xml.kfail +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - -HTMLTableSectionElement13 -NIST - - The rows attribute specifies the collection of rows in this table section. - - Retrieve the first THEAD element and examine the value of - the rows length attribute. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement14.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement14.xml new file mode 100644 index 0000000..83c90c0 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement14.xml @@ -0,0 +1,45 @@ + + + + + + + +HTMLTableSectionElement14 +NIST + + The rows attribute specifies the collection of rows in this table section. + + Retrieve the first TFOOT element and examine the value of + the rows length attribute. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement14.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement14.xml.kfail deleted file mode 100644 index 83c90c0..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement14.xml.kfail +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - -HTMLTableSectionElement14 -NIST - - The rows attribute specifies the collection of rows in this table section. - - Retrieve the first TFOOT element and examine the value of - the rows length attribute. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement15.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement15.xml new file mode 100644 index 0000000..6c8f0dd --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement15.xml @@ -0,0 +1,45 @@ + + + + + + + +HTMLTableSectionElement15 +NIST + + The rows attribute specifies the collection of rows in this table section. + + Retrieve the first TBODY element and examine the value of + the rows length attribute. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement15.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement15.xml.kfail deleted file mode 100644 index 6c8f0dd..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement15.xml.kfail +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - -HTMLTableSectionElement15 -NIST - - The rows attribute specifies the collection of rows in this table section. - - Retrieve the first TBODY element and examine the value of - the rows length attribute. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml new file mode 100644 index 0000000..567d86b --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml @@ -0,0 +1,52 @@ + + + + + + + +HTMLTableSectionElement16 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first THEAD element and invoke the insertRow() method + with an index of 0. The nuber 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 + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml.kfail deleted file mode 100644 index 567d86b..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml.kfail +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - -HTMLTableSectionElement16 -NIST - - The insertRow() method inserts a new empty table row. - - Retrieve the first THEAD element and invoke the insertRow() method - with an index of 0. The nuber 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 - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement17.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement17.xml new file mode 100644 index 0000000..4a3e283 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement17.xml @@ -0,0 +1,52 @@ + + + + + + + +HTMLTableSectionElement17 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first TFOOT element and invoke the insertRow() method + with an index of 0. The nuber of rows in the TFOOT section before + insertion of the new row is one. After the new row is inserted the number + of rows in the TFOOT section is two. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement17.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement17.xml.kfail deleted file mode 100644 index 4a3e283..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement17.xml.kfail +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - -HTMLTableSectionElement17 -NIST - - The insertRow() method inserts a new empty table row. - - Retrieve the first TFOOT element and invoke the insertRow() method - with an index of 0. The nuber of rows in the TFOOT section before - insertion of the new row is one. After the new row is inserted the number - of rows in the TFOOT section is two. - -Rick Rivello -2002-05-02 - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement18.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement18.xml new file mode 100644 index 0000000..e8073be --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement18.xml @@ -0,0 +1,52 @@ + + + + + + + +HTMLTableSectionElement18 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first TBODY element and invoke the insertRow() method + with an index of 0. The nuber of rows in the TBODY section before + insertion of the new row is two. After the new row is inserted the number + of rows in the TBODY section is three. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement18.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement18.xml.kfail deleted file mode 100644 index e8073be..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement18.xml.kfail +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - -HTMLTableSectionElement18 -NIST - - The insertRow() method inserts a new empty table row. - - Retrieve the first TBODY element and invoke the insertRow() method - with an index of 0. The nuber of rows in the TBODY section before - insertion of the new row is two. After the new row is inserted the number - of rows in the TBODY section is three. - -Rick Rivello -2002-05-02 - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement19.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement19.xml new file mode 100644 index 0000000..f8d7933 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement19.xml @@ -0,0 +1,53 @@ + + + + + + + +HTMLTableSectionElement19 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first THEAD element and invoke the insertRow() method + with an index of 1. The nuber of rows in the THEAD section before + insertion of the new row is one therefore the new row is appended. + After the new row is inserted the number of rows in the THEAD + section is two. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement19.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement19.xml.kfail deleted file mode 100644 index f8d7933..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement19.xml.kfail +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - -HTMLTableSectionElement19 -NIST - - The insertRow() method inserts a new empty table row. - - Retrieve the first THEAD element and invoke the insertRow() method - with an index of 1. The nuber of rows in the THEAD section before - insertion of the new row is one therefore the new row is appended. - After the new row is inserted the number of rows in the THEAD - section is two. - -Rick Rivello -2002-05-02 - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement20.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement20.xml new file mode 100644 index 0000000..99452e7 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement20.xml @@ -0,0 +1,53 @@ + + + + + + + +HTMLTableSectionElement20 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first TFOOT element and invoke the insertRow() method + with an index of one. The nuber of rows in the TFOOT section before + insertion of the new row is one therefore the new row is appended. + After the new row is inserted the number of rows in the TFOOT section + is two. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement20.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement20.xml.kfail deleted file mode 100644 index 99452e7..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement20.xml.kfail +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - -HTMLTableSectionElement20 -NIST - - The insertRow() method inserts a new empty table row. - - Retrieve the first TFOOT element and invoke the insertRow() method - with an index of one. The nuber of rows in the TFOOT section before - insertion of the new row is one therefore the new row is appended. - After the new row is inserted the number of rows in the TFOOT section - is two. - -Rick Rivello -2002-05-02 - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml new file mode 100644 index 0000000..05d7ef8 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml @@ -0,0 +1,54 @@ + + + + + + + +HTMLTableSectionElement21 +NIST + + The insertRow() method inserts a new empty table row. + + Retrieve the first TBODY element and invoke the insertRow() method + with an index of two. The number of rows in the TBODY section before + insertion of the new row is two therefore the row is appended. + After the new row is inserted the number of rows in the TBODY section is + three. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml.kfail deleted file mode 100644 index 05d7ef8..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml.kfail +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - -HTMLTableSectionElement21 -NIST - - The insertRow() method inserts a new empty table row. - - Retrieve the first TBODY element and invoke the insertRow() method - with an index of two. The number of rows in the TBODY section before - insertion of the new row is two therefore the row is appended. - After the new row is inserted the number of rows in the TBODY section is - three. - -Rick Rivello -2002-05-02 - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement22.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement22.xml new file mode 100644 index 0000000..5d8bef4 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement22.xml @@ -0,0 +1,51 @@ + + + + + + + +HTMLTableSectionElement22 +NIST + + The deleteRow() method deletes a row from this section. + + Retrieve the first THEAD element and invoke the deleteRow() method + with an index of 0. The nuber of rows in the THEAD section before + the deletion of the row is one. After the row is deleted the number + of rows in the THEAD section is zero. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement22.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement22.xml.kfail deleted file mode 100644 index 5d8bef4..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement22.xml.kfail +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - -HTMLTableSectionElement22 -NIST - - The deleteRow() method deletes a row from this section. - - Retrieve the first THEAD element and invoke the deleteRow() method - with an index of 0. The nuber of rows in the THEAD section before - the deletion of the row is one. After the row is deleted the number - of rows in the THEAD section is zero. - -Rick Rivello -2002-05-02 - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement23.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement23.xml new file mode 100644 index 0000000..eb3f972 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement23.xml @@ -0,0 +1,51 @@ + + + + + + + +HTMLTableSectionElement23 +NIST + + The deleteRow() method deletes a row from this section. + + Retrieve the first TFOOT element and invoke the deleteRow() method + with an index of 0. The nuber of rows in the TFOOT section before + the deletion of the row is one. After the row is deleted the number + of rows in the TFOOT section is zero. + +Rick Rivello +2002-05-02 + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement23.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement23.xml.kfail deleted file mode 100644 index eb3f972..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement23.xml.kfail +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - -HTMLTableSectionElement23 -NIST - - The deleteRow() method deletes a row from this section. - - Retrieve the first TFOOT element and invoke the deleteRow() method - with an index of 0. The nuber of rows in the TFOOT section before - the deletion of the row is one. After the row is deleted the number - of rows in the TFOOT section is zero. - -Rick Rivello -2002-05-02 - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement24.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement24.xml new file mode 100644 index 0000000..39896e1 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement24.xml @@ -0,0 +1,51 @@ + + + + + + + +HTMLTableSectionElement24 +NIST + + The deleteRow() method deletes a row from this section. + + Retrieve the first TBODY element and invoke the deleteRow() method + with an index of 0. The nuber of rows in the TBODY 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-05-02 + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement24.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement24.xml.kfail deleted file mode 100644 index 39896e1..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement24.xml.kfail +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - -HTMLTableSectionElement24 -NIST - - The deleteRow() method deletes a row from this section. - - Retrieve the first TBODY element and invoke the deleteRow() method - with an index of 0. The nuber of rows in the TBODY 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-05-02 - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/table06.xml b/test/testcases/tests/level1/html/table06.xml new file mode 100644 index 0000000..3d461f6 --- /dev/null +++ b/test/testcases/tests/level1/html/table06.xml @@ -0,0 +1,42 @@ + + + + + + +table06 +Netscape + +Vertical alignment of data in cells. +The value of attribute valign of the tablesection element is read and checked against the expected value. + +Sivakiran Tummala +2002-02-15 + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/table06.xml.kfail b/test/testcases/tests/level1/html/table06.xml.kfail deleted file mode 100644 index 3d461f6..0000000 --- a/test/testcases/tests/level1/html/table06.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -table06 -Netscape - -Vertical alignment of data in cells. -The value of attribute valign of the tablesection element is read and checked against the expected value. - -Sivakiran Tummala -2002-02-15 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/table07.xml b/test/testcases/tests/level1/html/table07.xml new file mode 100644 index 0000000..4a04d77 --- /dev/null +++ b/test/testcases/tests/level1/html/table07.xml @@ -0,0 +1,44 @@ + + + + + + +table07 +Netscape + +The collection of rows in this table section. +The value of attribute rows of the tablesection element is read and checked against the expected value. + +Sivakiran Tummala +2002-02-15 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/table07.xml.kfail b/test/testcases/tests/level1/html/table07.xml.kfail deleted file mode 100644 index 4a04d77..0000000 --- a/test/testcases/tests/level1/html/table07.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - -table07 -Netscape - -The collection of rows in this table section. -The value of attribute rows of the tablesection element is read and checked against the expected value. - -Sivakiran Tummala -2002-02-15 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/table15.xml b/test/testcases/tests/level1/html/table15.xml new file mode 100644 index 0000000..89455c3 --- /dev/null +++ b/test/testcases/tests/level1/html/table15.xml @@ -0,0 +1,44 @@ + + + + + + +table15 +Netscape + +The collection of rows in this table section. +The value of attribute rows of the tablesection element is read and checked against the expected value. + +Sivakiran Tummala +2002-02-15 + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/table15.xml.kfail b/test/testcases/tests/level1/html/table15.xml.kfail deleted file mode 100644 index 89455c3..0000000 --- a/test/testcases/tests/level1/html/table15.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - -table15 -Netscape - -The collection of rows in this table section. -The value of attribute rows of the tablesection element is read and checked against the expected value. - -Sivakiran Tummala -2002-02-15 - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/HTMLTableElement40.xml b/test/testcases/tests/level2/html/HTMLTableElement40.xml new file mode 100644 index 0000000..154b348 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLTableElement40.xml @@ -0,0 +1,50 @@ + + + + + + +HTMLTableElement40 +NIST + + The deleteRow() method deletes a table row. If the index is -1 + the last row of the table is deleted. + + Retrieve the second TABLE element and invoke the deleteRow() method + with an index of negative one. Currently there are four rows in the + table. The deleteRow() method is called and now there should be three. + +Rick Rivello +2002-11-02 + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level2/html/HTMLTableElement40.xml.kfail b/test/testcases/tests/level2/html/HTMLTableElement40.xml.kfail deleted file mode 100644 index 154b348..0000000 --- a/test/testcases/tests/level2/html/HTMLTableElement40.xml.kfail +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - -HTMLTableElement40 -NIST - - The deleteRow() method deletes a table row. If the index is -1 - the last row of the table is deleted. - - Retrieve the second TABLE element and invoke the deleteRow() method - with an index of negative one. Currently there are four rows in the - table. The deleteRow() method is called and now there should be three. - -Rick Rivello -2002-11-02 - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/HTMLTableRowElement20.xml b/test/testcases/tests/level2/html/HTMLTableRowElement20.xml new file mode 100644 index 0000000..a879e13 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLTableRowElement20.xml @@ -0,0 +1,68 @@ + + + + + + +HTMLTableRowElement20 +NIST + + The insertCell() method inserts an empty TD cell into this row. + If index is -1 or equal to the number of cells, the new cell is + appended. + + + 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 + insertCell() with an index of negative one + which will append the empty cell to the end of the list. + Check the value of the newly created cell and make sure it is null + and also the numbers of cells should now be seven. + +Rick Rivello +2002-11-07 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level2/html/HTMLTableRowElement20.xml.kfail b/test/testcases/tests/level2/html/HTMLTableRowElement20.xml.kfail deleted file mode 100644 index a879e13..0000000 --- a/test/testcases/tests/level2/html/HTMLTableRowElement20.xml.kfail +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - -HTMLTableRowElement20 -NIST - - The insertCell() method inserts an empty TD cell into this row. - If index is -1 or equal to the number of cells, the new cell is - appended. - - - 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 - insertCell() with an index of negative one - which will append the empty cell to the end of the list. - Check the value of the newly created cell and make sure it is null - and also the numbers of cells should now be seven. - -Rick Rivello -2002-11-07 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level2/html/HTMLTableRowElement21.xml.kfail b/test/testcases/tests/level2/html/HTMLTableRowElement21.xml.kfail deleted file mode 100644 index 9d5a598..0000000 --- a/test/testcases/tests/level2/html/HTMLTableRowElement21.xml.kfail +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - -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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml b/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml new file mode 100644 index 0000000..8fd17c2 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml @@ -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 + + + + + + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail b/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail deleted file mode 100644 index 8fd17c2..0000000 --- a/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml.kfail +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - -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 - - - - - - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level2/html/HTMLTableSectionElement31.xml b/test/testcases/tests/level2/html/HTMLTableSectionElement31.xml new file mode 100644 index 0000000..55464e2 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLTableSectionElement31.xml @@ -0,0 +1,53 @@ + + + + + + +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 + + + + + + + + + + + + + + + + + + + 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