| OLD | NEW |
| (Empty) | |
| 1 CONSOLE WARNING: line 59: Passing 'PasswordCredential' objects into 'fetch(...,
{ credentials: ... })' is deprecated, and will be removed in M62, around October
2017. See https://www.chromestatus.com/features/5689327799500800 for more detai
ls and https://www.chromium.org/developers/recent-changes-credential-management-
api for migration suggestions. |
| 2 CONSOLE WARNING: line 60: Passing 'PasswordCredential' objects into 'fetch(...,
{ credentials: ... })' is deprecated, and will be removed in M62, around October
2017. See https://www.chromestatus.com/features/5689327799500800 for more detai
ls and https://www.chromium.org/developers/recent-changes-credential-management-
api for migration suggestions. |
| 3 CONSOLE WARNING: line 61: Passing 'PasswordCredential' objects into 'fetch(...,
{ credentials: ... })' is deprecated, and will be removed in M62, around October
2017. See https://www.chromestatus.com/features/5689327799500800 for more detai
ls and https://www.chromium.org/developers/recent-changes-credential-management-
api for migration suggestions. |
| 4 This is a testharness.js-based test. |
| 5 PASS Credential interface: existence and properties of interface object |
| 6 PASS Credential interface object length |
| 7 PASS Credential interface object name |
| 8 PASS Credential interface: existence and properties of interface prototype objec
t |
| 9 PASS Credential interface: existence and properties of interface prototype objec
t's "constructor" property |
| 10 PASS Credential interface: attribute id |
| 11 PASS Credential interface: attribute type |
| 12 PASS PasswordCredential interface: existence and properties of interface object |
| 13 PASS PasswordCredential interface object length |
| 14 PASS PasswordCredential interface object name |
| 15 PASS PasswordCredential interface: existence and properties of interface prototy
pe object |
| 16 PASS PasswordCredential interface: existence and properties of interface prototy
pe object's "constructor" property |
| 17 PASS PasswordCredential interface: attribute password |
| 18 PASS PasswordCredential interface: attribute name |
| 19 PASS PasswordCredential interface: attribute iconURL |
| 20 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil" }) must inherit property "password" with the proper type (0) |
| 21 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil" }) must inherit property "name" with the proper type (1) |
| 22 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil" }) must inherit property "iconURL" with the proper type (2) |
| 23 PASS Credential interface: new PasswordCredential({ id: "id", password: "pencil"
}) must inherit property "id" with the proper type (0) |
| 24 PASS Credential interface: new PasswordCredential({ id: "id", password: "pencil"
}) must inherit property "type" with the proper type (1) |
| 25 PASS Interfaces and attributes of PasswordCredential |
| 26 PASS Construct a PasswordCredential with an invalid icon URL. |
| 27 PASS Construct a PasswordCredential with an empty icon URL. |
| 28 PASS Construct a PasswordCredential with an empty name and icon URL. |
| 29 PASS Verify the basics of "idName", "passwordName", and "additionalData" |
| 30 PASS PasswordCredential objects require IDs and Passwords |
| 31 PASS PasswordCredential creation from `HTMLFormElement` with a multipart enctype
|
| 32 PASS PasswordCredential creation from `HTMLFormElement` with a urlencoded enctyp
e |
| 33 PASS PasswordCredential creation from `HTMLFormElement` with no enctype |
| 34 PASS PasswordCredential creation from `HTMLFormElement` with multiple autocomple
te attributes |
| 35 Harness: the test ran to completion. |
| 36 |
| OLD | NEW |