OLD | NEW |
1 This test checks validity.customError. | 1 This test checks validity.customError. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Set some value for customError. | 6 Set some value for customError. |
7 PASS customErrorFor("fieldset-set") is false | 7 PASS customErrorFor("fieldset-set") is false |
8 PASS customErrorFor("button-set") is true | 8 PASS customErrorFor("button-set") is true |
9 PASS customErrorFor("button-button-set") is false | 9 PASS customErrorFor("button-button-set") is false |
10 PASS customErrorFor("button-reset-set") is false | 10 PASS customErrorFor("button-reset-set") is false |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 PASS customErrorFor("button-button-many-changes") is false | 75 PASS customErrorFor("button-button-many-changes") is false |
76 PASS customErrorFor("button-reset-many-changes") is false | 76 PASS customErrorFor("button-reset-many-changes") is false |
77 PASS customErrorFor("select-many-changes") is true | 77 PASS customErrorFor("select-many-changes") is true |
78 PASS customErrorFor("textarea-many-changes") is true | 78 PASS customErrorFor("textarea-many-changes") is true |
79 PASS customErrorFor("input-many-changes") is true | 79 PASS customErrorFor("input-many-changes") is true |
80 PASS customErrorFor("input-submit-many-changes") is true | 80 PASS customErrorFor("input-submit-many-changes") is true |
81 | 81 |
82 PASS successfullyParsed is true | 82 PASS successfullyParsed is true |
83 | 83 |
84 TEST COMPLETE | 84 TEST COMPLETE |
85 | 85 |
OLD | NEW |