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

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

Issue 2441593002: binding: Returns a reject promise when |this| is not of the type. (Closed)
Patch Set: Updated test expectations. Created 4 years, 1 month 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
index 16219ba97a8c4e38ab1d927785dadeb2b5abce44..80cb4d5f032009701a7b6084a568c47e1f15d5df 100644
--- a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl-expected.txt
@@ -4,9 +4,9 @@ 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
-FAIL CredentialsContainer interface: operation get(CredentialRequestOptions) assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
-FAIL CredentialsContainer interface: operation store(Credential) assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
-FAIL CredentialsContainer interface: operation requireUserMediation() assert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached unreachable code
+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)

Powered by Google App Engine
This is Rietveld 408576698