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

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

Issue 211933003: [refactor] Split importKey.html into smaller files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
OLDNEW
(Empty)
1 CONSOLE ERROR: Invalid keyFormat argument
2 CONSOLE ERROR: Invalid keyUsages argument
3 CONSOLE ERROR: Invalid keyFormat argument
4 CONSOLE ERROR: Algorithm: HMAC: HmacImportParams: hash: Missing or not a diction ary
5 CONSOLE ERROR: Algorithm: SHA-1: Unsupported operation
6 Tests calling cypto.subtle.importKey with bad parameters
7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9
10
11 PASS crypto.subtle.importKey('raw', [], aesCbc, extractable, ['encrypt']) threw exception TypeError: Failed to execute 'importKey' on 'SubtleCrypto': Invalid ke yData argument.
12 PASS crypto.subtle.importKey('raw', null, aesCbc, extractable, ['encrypt']) thre w exception TypeError: Failed to execute 'importKey' on 'SubtleCrypto': Invalid keyData argument.
13 PASS crypto.subtle.importKey('raw', aesCbc, null, extractable, ['encrypt']) thre w exception TypeError: Failed to execute 'importKey' on 'SubtleCrypto': Invalid keyData argument.
14 PASS error is null
15 PASS error is null
16 PASS error is null
17 PASS error is null
18 PASS error is null
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22
OLDNEW
« no previous file with comments | « LayoutTests/crypto/importKey-badParameters.html ('k') | LayoutTests/crypto/importKey-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698