| Index: LayoutTests/crypto/exportKey-expected.txt
|
| diff --git a/LayoutTests/crypto/exportKey-expected.txt b/LayoutTests/crypto/exportKey-expected.txt
|
| index ff9491bee9475a140cef69c52785899dc2933728..d82fbf28a3cdbfe42df4711f42dee716ba1030b7 100644
|
| --- a/LayoutTests/crypto/exportKey-expected.txt
|
| +++ b/LayoutTests/crypto/exportKey-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE ERROR: key is not extractable
|
| Tests cypto.subtle.exportKey.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| @@ -9,7 +10,7 @@ PASS crypto.subtle.exportKey('invalid', keys.aesCbcJustDecrypt) threw exception
|
| PASS crypto.subtle.exportKey('raw', null) threw exception TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': Invalid key argument.
|
| PASS crypto.subtle.exportKey('raw', 3) threw exception TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': Invalid key argument.
|
| PASS keys.aesCbcJustDecrypt.extractable is false
|
| -PASS crypto.subtle.exportKey('raw', keys.aesCbcJustDecrypt) threw exception NotSupportedError: Failed to execute 'exportKey' on 'SubtleCrypto': key is not extractable.
|
| +PASS: 'crypto.subtle.exportKey('raw', keys.aesCbcJustDecrypt)' rejected with null
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|