| 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 17 matching lines...) Expand all Loading... |
| 28 PASS customErrorFor("button-no-changes") is false | 28 PASS customErrorFor("button-no-changes") is false |
| 29 PASS customErrorFor("button-button-no-changes") is false | 29 PASS customErrorFor("button-button-no-changes") is false |
| 30 PASS customErrorFor("button-reset-no-changes") is false | 30 PASS customErrorFor("button-reset-no-changes") is false |
| 31 PASS customErrorFor("select-no-changes") is false | 31 PASS customErrorFor("select-no-changes") is false |
| 32 PASS customErrorFor("textarea-no-changes") is false | 32 PASS customErrorFor("textarea-no-changes") is false |
| 33 PASS customErrorFor("input-no-changes") is false | 33 PASS customErrorFor("input-no-changes") is false |
| 34 PASS customErrorFor("input-submit-no-changes") is false | 34 PASS customErrorFor("input-submit-no-changes") is false |
| 35 | 35 |
| 36 Many changes for customError: | 36 Many changes for customError: |
| 37 Set some value, and set with no arguments. | 37 Set some value, and set with no arguments. |
| 38 PASS setCustomValidity() threw Not enough arguments | 38 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLFie
ldSetElement': 1 argument required, but only 0 present. |
| 39 PASS setCustomValidity() threw Not enough arguments | 39 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut
tonElement': 1 argument required, but only 0 present. |
| 40 PASS setCustomValidity() threw Not enough arguments | 40 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut
tonElement': 1 argument required, but only 0 present. |
| 41 PASS setCustomValidity() threw Not enough arguments | 41 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut
tonElement': 1 argument required, but only 0 present. |
| 42 PASS setCustomValidity() threw Not enough arguments | 42 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLSel
ectElement': 1 argument required, but only 0 present. |
| 43 PASS setCustomValidity() threw Not enough arguments | 43 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLTex
tAreaElement': 1 argument required, but only 0 present. |
| 44 PASS setCustomValidity() threw Not enough arguments | 44 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInp
utElement': 1 argument required, but only 0 present. |
| 45 PASS setCustomValidity() threw Not enough arguments | 45 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInp
utElement': 1 argument required, but only 0 present. |
| 46 PASS customErrorFor("fieldset-many-changes") is false | 46 PASS customErrorFor("fieldset-many-changes") is false |
| 47 PASS customErrorFor("button-many-changes") is false | 47 PASS customErrorFor("button-many-changes") is false |
| 48 PASS customErrorFor("button-button-many-changes") is false | 48 PASS customErrorFor("button-button-many-changes") is false |
| 49 PASS customErrorFor("button-reset-many-changes") is false | 49 PASS customErrorFor("button-reset-many-changes") is false |
| 50 PASS customErrorFor("select-many-changes") is false | 50 PASS customErrorFor("select-many-changes") is false |
| 51 PASS customErrorFor("textarea-many-changes") is false | 51 PASS customErrorFor("textarea-many-changes") is false |
| 52 PASS customErrorFor("input-many-changes") is false | 52 PASS customErrorFor("input-many-changes") is false |
| 53 PASS customErrorFor("input-submit-many-changes") is false | 53 PASS customErrorFor("input-submit-many-changes") is false |
| 54 Set with three arguments. | 54 Set with three arguments. |
| 55 PASS customErrorFor("fieldset-many-changes") is false | 55 PASS customErrorFor("fieldset-many-changes") is false |
| (...skipping 20 matching lines...) Expand all Loading... |
| 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 false | 77 PASS customErrorFor("select-many-changes") is false |
| 78 PASS customErrorFor("textarea-many-changes") is false | 78 PASS customErrorFor("textarea-many-changes") is false |
| 79 PASS customErrorFor("input-many-changes") is false | 79 PASS customErrorFor("input-many-changes") is false |
| 80 PASS customErrorFor("input-submit-many-changes") is false | 80 PASS customErrorFor("input-submit-many-changes") is false |
| 81 | 81 |
| 82 PASS successfullyParsed is true | 82 PASS successfullyParsed is true |
| 83 | 83 |
| 84 TEST COMPLETE | 84 TEST COMPLETE |
| 85 | 85 |
| OLD | NEW |