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

Side by Side Diff: third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt

Issue 2810843002: bindings: Make the sequence conversion code more complaint with WebIDL. (Closed)
Patch Set: Adjust even more tests Created 3 years, 8 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 Tests calls to unwrapKey() with bad inputs. 1 Tests calls to unwrapKey() with bad inputs.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provid ed value is not of type '(ArrayBuffer or ArrayBufferView)' 6 error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provid ed value is not of type '(ArrayBuffer or ArrayBufferView)'
7 error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': parameter 3 is not of type 'CryptoKey'. 7 error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': parameter 3 is not of type 'CryptoKey'.
8 error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The 7th ar gument is neither an array, nor does it have indexed properties. 8 error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provid ed value cannot be converted to a sequence.
9 error is: TypeError: Algorithm: Not an object 9 error is: TypeError: Algorithm: Not an object
10 error is: NotSupportedError: Algorithm: Unrecognized name 10 error is: NotSupportedError: Algorithm: Unrecognized name
11 error is: TypeError: Invalid keyFormat argument 11 error is: TypeError: Invalid keyFormat argument
12 error is: NotSupportedError: SHA-1: Unsupported operation: unwrapKey 12 error is: NotSupportedError: SHA-1: Unsupported operation: unwrapKey
13 error is: InvalidAccessError: key.algorithm does not match that of operation 13 error is: InvalidAccessError: key.algorithm does not match that of operation
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698