| Properties & Methods | Functionality | Test Data | Test Case |
|---|---|---|---|
| alinkColor | Checks string that specifies ALINK attribute. | Regular Characters. | doc001.html |
| anchors | Checks array containing entry for each anchor in document. | Array. | doc002.html |
| applets | Checks array containing entry for each applet in document. | Array. | doc003.html |
| bgColor | Checks string that specifies BGCOLOR attribute. | Regular Characters. | doc004.html |
| embeds | Checks array containing entry for each plugin in document. | Array. | doc005.html |
| fgColor | Checks string that specifies TEXT attribute. | Regular Characters. | doc006.html |
| formName | Checks name of the each forms separately. | Regular Characters. | doc007.html |
| forms | Checks array containing entry for each form in document. | Array. | doc008.html |
| images | Checks array containing entry for each image in document. | Array. | doc009.html |
| links | Checks array containing entry for each link in document. | Array. | doc010.html |
| plugins | Checks array containing entry for each plugin in document. | Array. | doc011.html |
| referer | Checks string that specifies URL of the calling document. | Regular Characters. | doc012.html |
| title | Checks string that specifies title of the document. | Regular Characters. | doc013.html |
| URL | Checks string that specifies URL of the document. | Regular Characters. | doc014.html |
| captureEvents() | Checks the return value from function without using parantheses. | doc015.html | |
| close() | Checks the return value from function without using parantheses. | doc016.html | |
| getSelection() | Checks the return value from function without using parantheses. | doc017.html | |
| handleEvent() | Checks the return value from function without using parantheses. | doc018.html | |
| open() | Checks the return value from function without using parantheses. | doc019.html | |
| releaseEvents() | Checks the return value from function without using parantheses. | doc020.html | |
| routeEvent() | Checks the return value from function without using parantheses. | doc021.html | |
| write() | Checks the return value from function without using parantheses. | doc022.html | |
| writeln() | Checks the return value from function without using parantheses. | doc023.html | |
| cookie | Checks specified cookie. | Regular Characters. | doc024.html |
| domain | Checks domain name of the server that served the document. | Regular Characters. | doc025.html |
| linkColor | Checks string that specifies LINK attribute. | Regular Characters. | doc026.html |
| vlinkcolor | Checks string that specifies VLINK attribute. | Regular Characters. | doc027.html |
| lastModified | Checks when document was last modified. | Date. | doc028.html |