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

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

Issue 23592023: WebCrypto: Add interface for exportKey(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase, add test expectations, remove platformCrypto nullity check Created 7 years, 3 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/exportKey.html ('k') | LayoutTests/crypto/resources/common.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests cypto.subtle.exportKey.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS crypto.subtle.exportKey(3, keys.aesCbcJustDecrypt) threw exception TypeErro r: Invalid keyFormat argument.
7 PASS crypto.subtle.exportKey(null, keys.aesCbcJustDecrypt) threw exception TypeE rror: Invalid keyFormat argument.
8 PASS crypto.subtle.exportKey('invalid', keys.aesCbcJustDecrypt) threw exception TypeError: Invalid keyFormat argument.
9 PASS crypto.subtle.exportKey('raw', null) threw exception TypeError: Invalid key argument.
10 PASS crypto.subtle.exportKey('raw', 3) threw exception TypeError: Invalid key ar gument.
11 PASS keys.aesCbcJustDecrypt.extractable is false
12 PASS crypto.subtle.exportKey('raw', keys.aesCbcJustDecrypt) threw exception NotS upportedError: key is not extractable.
13 PASS keyData.byteLength is 3
14 PASS keyData.byteLength is 5
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW
« no previous file with comments | « LayoutTests/crypto/exportKey.html ('k') | LayoutTests/crypto/resources/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698