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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/idlharness.https-expected.txt

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… Created 3 years, 7 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 64 tests; 61 PASS, 3 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Crypto interface: existence and properties of interface object 2 PASS Crypto interface: existence and properties of interface object
4 PASS Crypto interface object length 3 PASS Crypto interface object length
5 PASS Crypto interface object name 4 PASS Crypto interface object name
6 FAIL Crypto interface: existence and properties of interface prototype object as sert_equals: class string of Crypto.prototype expected "[object CryptoPrototype] " but got "[object Crypto]" 5 FAIL Crypto interface: existence and properties of interface prototype object as sert_equals: class string of Crypto.prototype expected "[object CryptoPrototype] " but got "[object Crypto]"
7 PASS Crypto interface: existence and properties of interface prototype object's "constructor" property 6 PASS Crypto interface: existence and properties of interface prototype object's "constructor" property
8 PASS Crypto interface: attribute subtle 7 PASS Crypto interface: attribute subtle
9 PASS Crypto interface: operation getRandomValues(ArrayBufferView) 8 PASS Crypto interface: operation getRandomValues(ArrayBufferView)
10 PASS Crypto must be primary interface of crypto 9 PASS Crypto must be primary interface of crypto
11 PASS Stringification of crypto 10 PASS Stringification of crypto
12 PASS Crypto interface: crypto must inherit property "subtle" with the proper typ e (0) 11 PASS Crypto interface: crypto must inherit property "subtle" with the proper typ e (0)
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 PASS SubtleCrypto interface: crypto.subtle must inherit property "importKey" wit h the proper type (8) 58 PASS SubtleCrypto interface: crypto.subtle must inherit property "importKey" wit h the proper type (8)
60 PASS SubtleCrypto interface: calling importKey(KeyFormat,[object Object],[object Object],AlgorithmIdentifier,boolean,[object Object]) on crypto.subtle with too few arguments must throw TypeError 59 PASS SubtleCrypto interface: calling importKey(KeyFormat,[object Object],[object Object],AlgorithmIdentifier,boolean,[object Object]) on crypto.subtle with too few arguments must throw TypeError
61 PASS SubtleCrypto interface: crypto.subtle must inherit property "exportKey" wit h the proper type (9) 60 PASS SubtleCrypto interface: crypto.subtle must inherit property "exportKey" wit h the proper type (9)
62 PASS SubtleCrypto interface: calling exportKey(KeyFormat,CryptoKey) on crypto.su btle with too few arguments must throw TypeError 61 PASS SubtleCrypto interface: calling exportKey(KeyFormat,CryptoKey) on crypto.su btle with too few arguments must throw TypeError
63 PASS SubtleCrypto interface: crypto.subtle must inherit property "wrapKey" with the proper type (10) 62 PASS SubtleCrypto interface: crypto.subtle must inherit property "wrapKey" with the proper type (10)
64 PASS SubtleCrypto interface: calling wrapKey(KeyFormat,CryptoKey,CryptoKey,Algor ithmIdentifier) on crypto.subtle with too few arguments must throw TypeError 63 PASS SubtleCrypto interface: calling wrapKey(KeyFormat,CryptoKey,CryptoKey,Algor ithmIdentifier) on crypto.subtle with too few arguments must throw TypeError
65 PASS SubtleCrypto interface: crypto.subtle must inherit property "unwrapKey" wit h the proper type (11) 64 PASS SubtleCrypto interface: crypto.subtle must inherit property "unwrapKey" wit h the proper type (11)
66 PASS SubtleCrypto interface: calling unwrapKey(KeyFormat,BufferSource,CryptoKey, AlgorithmIdentifier,AlgorithmIdentifier,boolean,[object Object]) on crypto.subtl e with too few arguments must throw TypeError 65 PASS SubtleCrypto interface: calling unwrapKey(KeyFormat,BufferSource,CryptoKey, AlgorithmIdentifier,AlgorithmIdentifier,boolean,[object Object]) on crypto.subtl e with too few arguments must throw TypeError
67 Harness: the test ran to completion. 66 Harness: the test ran to completion.
68 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698