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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl-expected.txt

Issue 2832813002: Drop SiteBoundCredential in favor of CredentialUserData (Closed)
Patch Set: HTTPS Rename Created 3 years, 8 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/idl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl-expected.txt b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl-expected.txt
deleted file mode 100644
index 3f2f8d56caea3a4220b019ddcaef69650fba03ae..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl-expected.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-This is a testharness.js-based test.
-PASS CredentialsContainer interface: existence and properties of interface object
-PASS CredentialsContainer interface object length
-PASS CredentialsContainer interface object name
-FAIL CredentialsContainer interface: existence and properties of interface prototype object assert_equals: class string of CredentialsContainer.prototype expected "[object CredentialsContainerPrototype]" but got "[object CredentialsContainer]"
-PASS CredentialsContainer interface: existence and properties of interface prototype object's "constructor" property
-PASS CredentialsContainer interface: operation get(CredentialRequestOptions)
-PASS CredentialsContainer interface: operation store(Credential)
-PASS CredentialsContainer interface: operation requireUserMediation()
-PASS CredentialsContainer must be primary interface of navigator.credentials
-PASS Stringification of navigator.credentials
-PASS CredentialsContainer interface: navigator.credentials must inherit property "get" with the proper type (0)
-PASS CredentialsContainer interface: calling get(CredentialRequestOptions) on navigator.credentials with too few arguments must throw TypeError
-PASS CredentialsContainer interface: navigator.credentials must inherit property "store" with the proper type (1)
-PASS CredentialsContainer interface: calling store(Credential) on navigator.credentials with too few arguments must throw TypeError
-PASS CredentialsContainer interface: navigator.credentials must inherit property "requireUserMediation" with the proper type (2)
-PASS PasswordCredential interface: existence and properties of interface object
-PASS PasswordCredential interface object length
-PASS PasswordCredential interface object name
-FAIL PasswordCredential interface: existence and properties of interface prototype object assert_equals: class string of PasswordCredential.prototype expected "[object PasswordCredentialPrototype]" but got "[object PasswordCredential]"
-PASS PasswordCredential interface: existence and properties of interface prototype object's "constructor" property
-PASS PasswordCredential interface: attribute idName
-PASS PasswordCredential interface: attribute passwordName
-PASS PasswordCredential interface: attribute additionalData
-PASS PasswordCredential must be primary interface of new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" })
-PASS Stringification of new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" })
-PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "idName" with the proper type (0)
-PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "passwordName" with the proper type (1)
-FAIL PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "additionalData" with the proper type (2) Unrecognized type FormData
-PASS SiteBoundCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "name" with the proper type (0)
-PASS SiteBoundCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "iconURL" with the proper type (1)
-PASS Credential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "id" with the proper type (0)
-PASS Credential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "type" with the proper type (1)
-PASS FederatedCredential interface: existence and properties of interface object
-PASS FederatedCredential interface object length
-PASS FederatedCredential interface object name
-FAIL FederatedCredential interface: existence and properties of interface prototype object assert_equals: class string of FederatedCredential.prototype expected "[object FederatedCredentialPrototype]" but got "[object FederatedCredential]"
-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 must be primary interface of new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" })
-PASS Stringification of new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" })
-PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" }) must inherit property "provider" with the proper type (0)
-PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" }) must inherit property "protocol" with the proper type (1)
-PASS SiteBoundCredential interface: new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" }) must inherit property "name" with the proper type (0)
-PASS SiteBoundCredential interface: new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" }) must inherit property "iconURL" with the proper type (1)
-PASS Credential interface: new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" }) must inherit property "id" with the proper type (0)
-PASS Credential interface: new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name: "name" }) must inherit property "type" with the proper type (1)
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698