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

Unified Diff: LayoutTests/crypto/exportKey-expected.txt

Issue 24467004: [webcrypto] Remove MockWebCrypto. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/exportKey.html ('k') | LayoutTests/crypto/generateKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/exportKey-expected.txt
diff --git a/LayoutTests/crypto/exportKey-expected.txt b/LayoutTests/crypto/exportKey-expected.txt
index 109fbff7d377e73e692a6d6e34ebb6015ef0cc1c..faef6da35a0cf2912a6487dc392294463f787162 100644
--- a/LayoutTests/crypto/exportKey-expected.txt
+++ b/LayoutTests/crypto/exportKey-expected.txt
@@ -10,8 +10,6 @@ PASS crypto.subtle.exportKey('raw', null) threw exception TypeError: Invalid key
PASS crypto.subtle.exportKey('raw', 3) threw exception TypeError: Invalid key argument.
PASS keys.aesCbcJustDecrypt.extractable is false
PASS crypto.subtle.exportKey('raw', keys.aesCbcJustDecrypt) threw exception NotSupportedError: key is not extractable.
-PASS keyData.byteLength is 3
-PASS keyData.byteLength is 5
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/crypto/exportKey.html ('k') | LayoutTests/crypto/generateKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698