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

Unified 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, 11 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/platform/linux/webauth/idl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/webauth/idl-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/webauth/idl-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0f1a87afaa9283f7e116b9b45e4ebc09f64c4c40
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/webauth/idl-expected.txt
@@ -0,0 +1,16 @@
+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!
+PASS WebAuthentication interface: existence and properties of interface object
+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 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
+Harness: the test ran to completion.
+
« 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