Form submission
Post and get
Check that the page with the word "Success" on it has loaded after pushing "Submit with GET" button.
Make sure that the page URL on that page ends up with "submit_action.html?parameter=sent"
Check that the page with the word "Success" on it has loaded after pushing "Submit with POST" button.
Make sure that the page URL on that page ends up with "submit_action.html"
Successful controls
Check that the page with the word "Success" on it has loaded after pushing on "Submit" button.
Make sure that the page URL on that page ends up with "submit_action.html?name=Rainbow+Pony&Ponies=Power" or "submit_action.html?Ponies=Power&name=Rainbow+Pony"
Control state
Control
Control disabled, should not be successful
Control read only, should be successful
Control invisible, should be successful
Control is reset button, should not be successful
Successful submit control
Check that the page with the word "Success" on it has loaded after pushing any of buttons below.
Make sure that the page URL on that page ends up with "submit_action.html?submit=" and the text on the button you've clicked.
Form fieldset and legend
Check that the following form in green border is rendered properly, with no artifacts.
Some text here...
This should be in red border:
Some text here...
Some other text...