Home | History | Annotate | Download | only in html

Lines Matching refs:the

6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16 * Gets URI that identifies the test.
27 // This function is called by the testing framework before
28 // running the test suite.
31 // document loading is started. Otherwise, the status
32 // is set to complete and the exception is immediately
33 // raised when entering the body of the test.
63 // This method is called on the completion of
67 // the page status is changed which allows the
68 // body of the test to be executed.
78 The deleteCell() method deletes a cell from the currtent row. If
79 the index is -1 the last cell in the row is deleted.
82 Retrieve the fourth TR element and examine the value of
83 the cells length attribute which should be set to six.
84 Check the value of the last TD element. Invoke the
86 which will delete the last cell in the row.
87 Check the value of the of the last cell
88 and also the numbers of cells should now be five.