DOM Object: HTMLFormElement
| Property/Method | Functional Description | Data | Test Case |
| elements | test to see if all elements are returned. | hfor001.html | |
| length | add forms and check to see that length is correct | hfor002.html | |
| name | set/check to strings in various equivalence classes | hfor003.html | |
| acceptCharset | set/check to possible charsets | hfor004.html | |
| action | set to various action attribute values, check to ensure they work. | hfor005.html | |
| enctype | test against reasonable encoding types | hfor006.html | |
| method | test both "get" and "post" variants of submit | hfor007.html | |
| target | set to four default targets and frameset targets. | hfor008.html | |
| reset() | set form controls to non default values, invoke reset, then check to ensure the defaults are restored | hfor009.html | |
| submit() | hfor010.html | ||
| Node | tests methods and attr's inherited from node | nform.html | |
| Element | tests methods inherited from element | eform.html | |
| HTMLElement | tests attr's inherited from htmlelement | helmfrm.html |