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

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

Issue 240063002: [webcrypto] Update layout tests to match idl generator changes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/crypto/unwrapKey-badParameters.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: Invalid wrappedKey argument 1 CONSOLE ERROR: Invalid wrappedKey argument
2 CONSOLE ERROR: Invalid unwrappingKey argument 2 CONSOLE ERROR: Invalid unwrappingKey argument
3 CONSOLE ERROR: Algorithm: Not an object 3 CONSOLE ERROR: Algorithm: Not an object
4 CONSOLE ERROR: Invalid keyFormat argument 4 CONSOLE ERROR: Invalid keyFormat argument
5 CONSOLE ERROR: Algorithm: SHA-1: Unsupported operation 5 CONSOLE ERROR: Algorithm: SHA-1: Unsupported operation
6 CONSOLE ERROR: key.algorithm does not match that of operation 6 CONSOLE ERROR: key.algorithm does not match that of operation
7 Tests calls to unwrapKey() with bad inputs. 7 Tests calls to unwrapKey() with bad inputs.
8 8
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
10 10
11 11
12 PASS error is null 12 PASS error is null
13 PASS error is null 13 PASS error is null
14 PASS crypto.subtle.unwrapKey('raw', wrappedKey, 'hi', unwrapAlgorithm, null, ext ractable, 9) threw exception TypeError: The 7th argument is neither an array, no r does it have indexed properties.. 14 PASS error is: TypeError: The 7th argument is neither an array, nor does it have indexed properties.
15 PASS error is null 15 PASS error is null
16 PASS crypto.subtle.unwrapKey('raw', wrappedKey, unwrappingKey, unwrapAlgorithm, 3, extractable, keyUsages) threw exception TypeError: Failed to execute 'unwrapK ey' on 'SubtleCrypto': parameter 5 ('unwrappedKeyAlgorithm') is not an object.. 16 PASS error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': param eter 5 ('unwrappedKeyAlgorithm') is not an object.
17 PASS error is null 17 PASS error is null
18 PASS error is null 18 PASS error is null
19 PASS error is null 19 PASS error is null
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW
« no previous file with comments | « LayoutTests/crypto/unwrapKey-badParameters.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698