Checks input value is preserved after backward and forward
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Went back to a page. Checking a form control which had a full value:
PASS "12012-10-09" is "12012-10-09"
Went back to a page. Checking a form control which had a partial value:
PASS "01/dd/1999" is "01/dd/1999"
Went forward to a page. Checking a form control which had a full value:
PASS "0001-11-17" is "0001-11-17"
Went forward to a page. Checking a form control which had a partial value:
PASS "mm/31/yyyy" is "mm/31/yyyy"
PASS successfullyParsed is true
TEST COMPLETE