| Index: third_party/WebKit/LayoutTests/webauth/idl-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/webauth/idl-expected.txt b/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
|
| index c4f1af0d2230be233456016dcc923cfc9dd73aba..77e90c9ab7d7d0a0be49e50dda2fd50382724b92 100644
|
| --- a/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
|
| @@ -27,13 +27,13 @@ PASS WebAuthentication interface object length
|
| PASS WebAuthentication interface object name
|
| FAIL WebAuthentication interface: existence and properties of interface prototype object assert_equals: class string of WebAuthentication.prototype expected "[object WebAuthenticationPrototype]" but got "[object WebAuthentication]"
|
| PASS WebAuthentication interface: existence and properties of interface prototype object's "constructor" property
|
| -PASS WebAuthentication interface: operation makeCredential(Account,[object Object],BufferSource,ScopedCredentialOptions)
|
| -PASS WebAuthentication interface: operation getAssertion(BufferSource,AssertionOptions)
|
| +PASS WebAuthentication interface: operation MakeCredential(Account,[object Object],BufferSource,ScopedCredentialOptions)
|
| +PASS WebAuthentication interface: operation GetAssertion(BufferSource,AssertionOptions)
|
| PASS WebAuthentication must be primary interface of navigator.authentication
|
| PASS Stringification of navigator.authentication
|
| -PASS WebAuthentication interface: navigator.authentication must inherit property "makeCredential" with the proper type (0)
|
| -PASS WebAuthentication interface: calling makeCredential(Account,[object Object],BufferSource,ScopedCredentialOptions) on navigator.authentication with too few arguments must throw TypeError
|
| -PASS WebAuthentication interface: navigator.authentication must inherit property "getAssertion" with the proper type (1)
|
| -PASS WebAuthentication interface: calling getAssertion(BufferSource,AssertionOptions) on navigator.authentication with too few arguments must throw TypeError
|
| +PASS WebAuthentication interface: navigator.authentication must inherit property "MakeCredential" with the proper type (0)
|
| +PASS WebAuthentication interface: calling MakeCredential(Account,[object Object],BufferSource,ScopedCredentialOptions) on navigator.authentication with too few arguments must throw TypeError
|
| +PASS WebAuthentication interface: navigator.authentication must inherit property "GetAssertion" with the proper type (1)
|
| +PASS WebAuthentication interface: calling GetAssertion(BufferSource,AssertionOptions) on navigator.authentication with too few arguments must throw TypeError
|
| Harness: the test ran to completion.
|
|
|
|
|