| Properties & Methods | Functionality | Test Data | Test Case |
|---|---|---|---|
| hash | Checks anchor name specified in URL. | Regular Characters. | lin001.html |
| host | Checks domain name or IP address of a network host. | Regular Characters. | lin002.html |
| hostname | Checks host:port portion of URL.. | Regular Characters. | lin003.html |
| href | Checks entire URL. | Regular Characters. | lin004.html |
| pathname | Checks path portion specified in URL. | Regular Characters. | lin005.html |
| port | Checks communication port number that server uses. | Regular Characters. | lin006.html |
| protocol | Check protocol being used | Regular Characters. | lin007.html |
| search | Checks search portion specified in URL | Regular Characters. | lin008.html |
| target | Checks target specified. | Regular Characters. | lin009.html |
| text | Checks a string containing the content of the corresponding A tag. | Regular Characters. | lin010.html |
| handleEvent() | Checks the return value from function handleEvent without parantheses. | lin011.html |