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

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

Issue 214233002: [webcrypto] Split exportKey.html test 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 keyFormat argument
3 CONSOLE ERROR: Invalid keyFormat argument
4 Tests exportKey() given bad inputs.
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7
8
9 PASS crypto.subtle.exportKey('raw', null) threw exception TypeError: Failed to e xecute 'exportKey' on 'SubtleCrypto': Invalid key argument.
10 PASS crypto.subtle.exportKey('raw', 3) threw exception TypeError: Failed to exec ute 'exportKey' on 'SubtleCrypto': Invalid key argument.
11 PASS error is null
12 PASS error is null
13 PASS error is null
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW
« no previous file with comments | « LayoutTests/crypto/exportKey-badParameters.html ('k') | LayoutTests/crypto/exportKey-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698