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

Unified Diff: third_party/WebKit/LayoutTests/webauth/idl-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
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
deleted file mode 100644
index c4f1af0d2230be233456016dcc923cfc9dd73aba..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webauth/idl-expected.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-This is a testharness.js-based test.
-PASS ScopedCredentialInfo interface: existence and properties of interface object
-PASS ScopedCredentialInfo interface object length
-PASS ScopedCredentialInfo interface object name
-FAIL ScopedCredentialInfo interface: existence and properties of interface prototype object assert_equals: class string of ScopedCredentialInfo.prototype expected "[object ScopedCredentialInfoPrototype]" but got "[object ScopedCredentialInfo]"
-PASS ScopedCredentialInfo interface: existence and properties of interface prototype object's "constructor" property
-PASS ScopedCredentialInfo interface: attribute clientData
-PASS ScopedCredentialInfo interface: attribute attestation
-PASS AuthenticationAssertion interface: existence and properties of interface object
-PASS AuthenticationAssertion interface object length
-PASS AuthenticationAssertion interface object name
-FAIL AuthenticationAssertion interface: existence and properties of interface prototype object assert_equals: class string of AuthenticationAssertion.prototype expected "[object AuthenticationAssertionPrototype]" but got "[object AuthenticationAssertion]"
-PASS AuthenticationAssertion interface: existence and properties of interface prototype object's "constructor" property
-PASS AuthenticationAssertion interface: attribute credential
-PASS AuthenticationAssertion interface: attribute clientData
-PASS AuthenticationAssertion interface: attribute authenticatorData
-PASS AuthenticationAssertion interface: attribute signature
-PASS ScopedCredential interface: existence and properties of interface object
-PASS ScopedCredential interface object length
-PASS ScopedCredential interface object name
-FAIL ScopedCredential interface: existence and properties of interface prototype object assert_equals: class string of ScopedCredential.prototype expected "[object ScopedCredentialPrototype]" but got "[object ScopedCredential]"
-PASS ScopedCredential interface: existence and properties of interface prototype object's "constructor" property
-PASS ScopedCredential interface: attribute type
-PASS ScopedCredential interface: attribute id
-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.
-

Powered by Google App Engine
This is Rietveld 408576698