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 getElementsByName method returns the (possibly empty) collection
79 of elements whose name value is given by the elementName.
81 Retrieve all the elements whose name attribute is "noid".
82 Check the length of the nodelist. It should be 0 since
83 the id "noid" does not exist.