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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/credentialmanager/federatedcredential-basics-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/federatedcredential-basics-expected.txt b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/federatedcredential-basics-expected.txt
index 1666fdf82eb0c10b12f816b792f94bc098eee2f5..7b4b16d1aeaca10c26413c84e3cc4e6a85f710a3 100644
--- a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/federatedcredential-basics-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/federatedcredential-basics-expected.txt
@@ -1,5 +1,27 @@
This is a testharness.js-based test.
Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Interfaces and attributes of FederatedCredential"
+PASS Credential interface: existence and properties of interface object
+PASS Credential interface object length
+PASS Credential interface object name
+PASS Credential interface: existence and properties of interface prototype object
+PASS Credential interface: existence and properties of interface prototype object's "constructor" property
+PASS Credential interface: attribute id
+PASS Credential interface: attribute type
+PASS FederatedCredential interface: existence and properties of interface object
+PASS FederatedCredential interface object length
+PASS FederatedCredential interface object name
+PASS FederatedCredential interface: existence and properties of interface prototype object
+PASS FederatedCredential interface: existence and properties of interface prototype object's "constructor" property
+PASS FederatedCredential interface: attribute provider
+PASS FederatedCredential interface: attribute protocol
+PASS FederatedCredential interface: attribute name
+PASS FederatedCredential interface: attribute iconURL
+PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider: "http://federation.test" }) must inherit property "provider" with the proper type (0)
+PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider: "http://federation.test" }) must inherit property "protocol" with the proper type (1)
+PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider: "http://federation.test" }) must inherit property "name" with the proper type (2)
+PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider: "http://federation.test" }) must inherit property "iconURL" with the proper type (3)
+PASS Credential interface: new FederatedCredential({ id: "id", provider: "http://federation.test" }) must inherit property "id" with the proper type (0)
+PASS Credential interface: new FederatedCredential({ id: "id", provider: "http://federation.test" }) must inherit property "type" with the proper type (1)
PASS Interfaces and attributes of FederatedCredential
PASS Interfaces and attributes of FederatedCredential
PASS Interfaces and attributes of FederatedCredential

Powered by Google App Engine
This is Rietveld 408576698