| OLD | NEW |
| 1 CONSOLE WARNING: line 13: The specified value "abc" is not a valid email address
. | 1 CONSOLE WARNING: line 13: The specified value "abc" is not a valid email address
. |
| 2 CONSOLE ERROR: An invalid form control with name='' is not focusable. | 2 CONSOLE ERROR: An invalid form control with name='' is not focusable. |
| 3 CONSOLE ERROR: An invalid form control with name='' is not focusable. | 3 CONSOLE ERROR: An invalid form control with name='' is not focusable. |
| 4 CONSOLE ERROR: An invalid form control with name='' is not focusable. | 4 CONSOLE ERROR: An invalid form control with name='' is not focusable. |
| 5 CONSOLE ERROR: An invalid form control with name='' is not focusable. | 5 CONSOLE ERROR: An invalid form control with name='' is not focusable. |
| 6 CONSOLE ERROR: An invalid form control with name='' is not focusable. | |
| 7 CONSOLE ERROR: An invalid form control with name='' is not focusable. | |
| 8 CONSOLE ERROR: An invalid form control with name='' is not focusable. | |
| 9 This is a testharness.js-based test. | 6 This is a testharness.js-based test. |
| 10 PASS If there is any invalid submittable element whose form owner is the form, t
he form.checkValidity must be false | 7 PASS If there is any invalid submittable element whose form owner is the form, t
he form.checkValidity must be false |
| 11 PASS If there is any invalid submittable element whose form owner is the form, t
he form.reportValidity must be false | 8 PASS If there is any invalid submittable element whose form owner is the form, t
he form.reportValidity must be false |
| 12 PASS If all of the submittable elements whose form owner is the form are valid,
the form.checkValidity must be true | 9 PASS If all of the submittable elements whose form owner is the form are valid,
the form.checkValidity must be true |
| 13 PASS If all of the submittable elements whose form owner is the form are valid,
the form.reportValidity must be true | 10 PASS If all of the submittable elements whose form owner is the form are valid,
the form.reportValidity must be true |
| 14 PASS Check the checkValidity method of the form element when it has a fieldset c
hild | 11 PASS Check the checkValidity method of the form element when it has a fieldset c
hild |
| 15 FAIL Check the reportValidity method of the form element when it has a fieldset
child assert_true: The reportValidity method should be true. expected true got f
alse | 12 FAIL Check the reportValidity method of the form element when it has a fieldset
child assert_true: The reportValidity method should be true. expected true got f
alse |
| 16 FAIL The invalid event must be fired at the invalid controls assert_equals: The
invalid event will be fired if the checkValidity or reportValidity method are ca
lled. expected 4 but got 6 | 13 PASS The invalid event must be fired at the invalid controls |
| 17 PASS The invalid event must not be fired at the invalid controls | 14 PASS The invalid event must not be fired at the invalid controls |
| 18 Harness: the test ran to completion. | 15 Harness: the test ran to completion. |
| 19 | 16 |
| OLD | NEW |