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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/webauth/idl-expected.txt

Issue 2623003002: Added idlharness test for webauth (Closed)
Patch Set: Removed commented-out line Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(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
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webauth/idl.html » ('j') | third_party/WebKit/LayoutTests/webauth/idl.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698