Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is a testharness.js-based test. | |
|
foolip
2017/01/30 15:19:30
Move this to third_party/WebKit/LayoutTests/webaut
kpaulhamus
2017/01/30 19:08:35
Ah! I couldn't figure them out. Thanks!
| |
| 2 PASS WebAuthentication interface: existence and properties of interface object | |
| 3 PASS WebAuthentication interface object length | |
| 4 PASS WebAuthentication interface object name | |
| 5 FAIL WebAuthentication interface: existence and properties of interface prototyp e object assert_equals: class string of WebAuthentication.prototype expected "[o bject WebAuthenticationPrototype]" but got "[object WebAuthentication]" | |
| 6 PASS WebAuthentication interface: existence and properties of interface prototyp e object's "constructor" property | |
| 7 PASS WebAuthentication interface: operation makeCredential(Account,[object Objec t],BufferSource,ScopedCredentialOptions) | |
| 8 PASS WebAuthentication interface: operation getAssertion(BufferSource,AssertionO ptions) | |
| 9 PASS WebAuthentication must be primary interface of navigator.authentication | |
| 10 PASS Stringification of navigator.authentication | |
| 11 PASS WebAuthentication interface: navigator.authentication must inherit property "makeCredential" with the proper type (0) | |
| 12 PASS WebAuthentication interface: calling makeCredential(Account,[object Object] ,BufferSource,ScopedCredentialOptions) on navigator.authentication with too few arguments must throw TypeError | |
| 13 PASS WebAuthentication interface: navigator.authentication must inherit property "getAssertion" with the proper type (1) | |
| 14 PASS WebAuthentication interface: calling getAssertion(BufferSource,AssertionOpt ions) on navigator.authentication with too few arguments must throw TypeError | |
| 15 Harness: the test ran to completion. | |
| 16 | |
| OLD | NEW |