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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/federatedcredential-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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Interfaces and attributes of FederatedCredential" 2 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Interfaces and attributes of FederatedCredential"
3 PASS Credential interface: existence and properties of interface object
4 PASS Credential interface object length
5 PASS Credential interface object name
6 PASS Credential interface: existence and properties of interface prototype objec t
7 PASS Credential interface: existence and properties of interface prototype objec t's "constructor" property
8 PASS Credential interface: attribute id
9 PASS Credential interface: attribute type
10 PASS FederatedCredential interface: existence and properties of interface object
11 PASS FederatedCredential interface object length
12 PASS FederatedCredential interface object name
13 PASS FederatedCredential interface: existence and properties of interface protot ype object
14 PASS FederatedCredential interface: existence and properties of interface protot ype object's "constructor" property
15 PASS FederatedCredential interface: attribute provider
16 PASS FederatedCredential interface: attribute protocol
17 PASS FederatedCredential interface: attribute name
18 PASS FederatedCredential interface: attribute iconURL
19 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider : "http://federation.test" }) must inherit property "provider" with the proper t ype (0)
20 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider : "http://federation.test" }) must inherit property "protocol" with the proper t ype (1)
21 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider : "http://federation.test" }) must inherit property "name" with the proper type (2)
22 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider : "http://federation.test" }) must inherit property "iconURL" with the proper ty pe (3)
23 PASS Credential interface: new FederatedCredential({ id: "id", provider: "http:/ /federation.test" }) must inherit property "id" with the proper type (0)
24 PASS Credential interface: new FederatedCredential({ id: "id", provider: "http:/ /federation.test" }) must inherit property "type" with the proper type (1)
3 PASS Interfaces and attributes of FederatedCredential 25 PASS Interfaces and attributes of FederatedCredential
4 PASS Interfaces and attributes of FederatedCredential 26 PASS Interfaces and attributes of FederatedCredential
5 PASS Interfaces and attributes of FederatedCredential 27 PASS Interfaces and attributes of FederatedCredential
6 PASS Interfaces and attributes of FederatedCredential 28 PASS Interfaces and attributes of FederatedCredential
7 PASS Construct a FederatedCredential with an invalid Icon URL. 29 PASS Construct a FederatedCredential with an invalid Icon URL.
8 PASS Construct a FederatedCredential with an invalid federation URL. 30 PASS Construct a FederatedCredential with an invalid federation URL.
9 PASS FederatedCredential objects require IDs and Providers 31 PASS FederatedCredential objects require IDs and Providers
10 Harness: the test ran to completion. 32 Harness: the test ran to completion.
11 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698