blob: 1eba433a9a83121afde58f738e285848ba11908e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ValidationMessageClient: main-message=Please fill out this field. sub-message=
Test interactive validation with required attribute. This test checks if an empty required field prevents form submission and checks if a non-empty required field doesn't prevent form submission.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS queryValues["test"] is "12:34"
PASS successfullyParsed is true
TEST COMPLETE
|