| Index: LayoutTests/crypto/exportKey-expected.txt
|
| diff --git a/LayoutTests/crypto/exportKey-expected.txt b/LayoutTests/crypto/exportKey-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..109fbff7d377e73e692a6d6e34ebb6015ef0cc1c
|
| --- /dev/null
|
| +++ b/LayoutTests/crypto/exportKey-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +Tests cypto.subtle.exportKey.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS crypto.subtle.exportKey(3, keys.aesCbcJustDecrypt) threw exception TypeError: Invalid keyFormat argument.
|
| +PASS crypto.subtle.exportKey(null, keys.aesCbcJustDecrypt) threw exception TypeError: Invalid keyFormat argument.
|
| +PASS crypto.subtle.exportKey('invalid', keys.aesCbcJustDecrypt) threw exception TypeError: Invalid keyFormat argument.
|
| +PASS crypto.subtle.exportKey('raw', null) threw exception TypeError: Invalid key argument.
|
| +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
|
| +
|
|
|