Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-get-basics-expected.txt

Issue 2897083002: [credentialsmanager] Remove redundant tests (Closed)
Patch Set: Update expectations files Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE WARNING: line 79: The boolean flag CredentialRequestOptions.unmediated i s deprecated and will be removed in M62, around October 2017. Please use the Cre dentialRequestOptions.mediation enum instead. See https://www.chromestatus.com/f eatures/6076479909658624 for more details.
2 CONSOLE WARNING: line 168: Passing 'PasswordCredential' objects into 'fetch(..., { credentials: ... })' is deprecated, and will be removed in M62, around Octobe r 2017. See https://www.chromestatus.com/features/5689327799500800 for more deta ils and https://www.chromium.org/developers/recent-changes-credential-management -api for migration suggestions.
3 CONSOLE WARNING: line 169: Passing 'PasswordCredential' objects into 'fetch(..., { credentials: ... })' is deprecated, and will be removed in M62, around Octobe r 2017. See https://www.chromestatus.com/features/5689327799500800 for more deta ils and https://www.chromium.org/developers/recent-changes-credential-management -api for migration suggestions.
4 CONSOLE WARNING: line 170: Passing 'PasswordCredential' objects into 'fetch(..., { credentials: ... })' is deprecated, and will be removed in M62, around Octobe r 2017. See https://www.chromestatus.com/features/5689327799500800 for more deta ils and https://www.chromium.org/developers/recent-changes-credential-management -api for migration suggestions.
5 This is a testharness.js-based test.
6 PASS navigator.credentials.get() with no argument.
7 PASS navigator.credentials.get({}).
8 PASS navigator.credentials.get() with a valid options including FederatedCredent ialRequestOptions.
9 PASS navigator.credentials.get() with a valid options including password and unm ediated.
10 PASS navigator.credentials.get() with a valid options including federated and un mediated.
11 PASS navigator.credentials.get() with a valid options including federated, passw ord and unmediated.
12 PASS navigator.credentials.get() with a valid options including unmediated.
13 PASS navigator.credentials.get() with a valid options including mediation.
14 PASS navigator.credentials.get() with an options including an unknown attribute.
15 PASS Verify that the mock returns the values we give it.
16 PASS Credential interface: existence and properties of interface object
17 PASS Credential interface object length
18 PASS Credential interface object name
19 PASS Credential interface: existence and properties of interface prototype objec t
20 PASS Credential interface: existence and properties of interface prototype objec t's "constructor" property
21 PASS Credential interface: attribute id
22 PASS Credential interface: attribute type
23 PASS PasswordCredential interface: existence and properties of interface object
24 PASS PasswordCredential interface object length
25 PASS PasswordCredential interface object name
26 PASS PasswordCredential interface: existence and properties of interface prototy pe object
27 PASS PasswordCredential interface: existence and properties of interface prototy pe object's "constructor" property
28 PASS PasswordCredential interface: attribute password
29 PASS PasswordCredential interface: attribute name
30 PASS PasswordCredential interface: attribute iconURL
31 PASS PasswordCredential interface: c must inherit property "password" with the p roper type (0)
32 PASS PasswordCredential interface: c must inherit property "name" with the prope r type (1)
33 PASS PasswordCredential interface: c must inherit property "iconURL" with the pr oper type (2)
34 PASS Credential interface: c must inherit property "id" with the proper type (0)
35 PASS Credential interface: c must inherit property "type" with the proper type ( 1)
36 Harness: the test ran to completion.
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698