| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 57 tests; 53 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 FAIL form autocomplete attribute missing assert_equals: expected "on" but got "" | 3 FAIL form autocomplete attribute missing assert_equals: expected "on" but got "" |
| 3 FAIL form autocomplete attribute on assert_equals: expected "on" but got "" | 4 FAIL form autocomplete attribute on assert_equals: expected "on" but got "" |
| 4 FAIL form autocomplete attribute off assert_equals: expected "off" but got "" | 5 FAIL form autocomplete attribute off assert_equals: expected "off" but got "" |
| 5 FAIL form autocomplete attribute invalid assert_equals: expected "on" but got "" | 6 FAIL form autocomplete attribute invalid assert_equals: expected "on" but got "" |
| 6 PASS name is an allowed autocomplete field name | 7 PASS name is an allowed autocomplete field name |
| 7 PASS honorific-prefix is an allowed autocomplete field name | 8 PASS honorific-prefix is an allowed autocomplete field name |
| 8 PASS given-name is an allowed autocomplete field name | 9 PASS given-name is an allowed autocomplete field name |
| 9 PASS additional-name is an allowed autocomplete field name | 10 PASS additional-name is an allowed autocomplete field name |
| 10 PASS family-name is an allowed autocomplete field name | 11 PASS family-name is an allowed autocomplete field name |
| 11 PASS honorific-suffix is an allowed autocomplete field name | 12 PASS honorific-suffix is an allowed autocomplete field name |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 PASS tel-national is an allowed autocomplete field name | 52 PASS tel-national is an allowed autocomplete field name |
| 52 PASS tel-area-code is an allowed autocomplete field name | 53 PASS tel-area-code is an allowed autocomplete field name |
| 53 PASS tel-local is an allowed autocomplete field name | 54 PASS tel-local is an allowed autocomplete field name |
| 54 PASS tel-local-prefix is an allowed autocomplete field name | 55 PASS tel-local-prefix is an allowed autocomplete field name |
| 55 PASS tel-local-suffix is an allowed autocomplete field name | 56 PASS tel-local-suffix is an allowed autocomplete field name |
| 56 PASS tel-extension is an allowed autocomplete field name | 57 PASS tel-extension is an allowed autocomplete field name |
| 57 PASS email is an allowed autocomplete field name | 58 PASS email is an allowed autocomplete field name |
| 58 PASS impp is an allowed autocomplete field name | 59 PASS impp is an allowed autocomplete field name |
| 59 Harness: the test ran to completion. | 60 Harness: the test ran to completion. |
| 60 | 61 |
| OLD | NEW |