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

Unified Diff: LayoutTests/crypto/importKey.html

Issue 23164012: WebCrypto: Remove support for multi-part operations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync to tot Created 7 years, 4 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/digest-expected.txt ('k') | LayoutTests/crypto/importKey-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/importKey.html
diff --git a/LayoutTests/crypto/importKey.html b/LayoutTests/crypto/importKey.html
index 6fa7563fa0296ac5a6fa1cada60f1d075f9c4abe..0367bb15bff313e6e1a4f2c13c355f5fade71bc8 100644
--- a/LayoutTests/crypto/importKey.html
+++ b/LayoutTests/crypto/importKey.html
@@ -156,7 +156,7 @@ allTests = [
function()
{
keyFormat = "spki";
- data = asciiToArrayBuffer("reject");
+ data = asciiToArrayBuffer("error");
algorithm = aesCbc;
extractable = false;
keyUsages = [];
@@ -171,18 +171,6 @@ allTests = [
function()
{
- keyFormat = "spki";
- data = asciiToArrayBuffer("throw");
- algorithm = aesCbc;
- extractable = false;
- keyUsages = [];
-
- shouldThrow("crypto.subtle.importKey(keyFormat, data, algorithm, extractable, keyUsages)");
- startNextTest();
- },
-
- function()
- {
keyFormat = "raw";
data = asciiToArrayBuffer("");
algorithm = aesCbc;
« no previous file with comments | « LayoutTests/crypto/digest-expected.txt ('k') | LayoutTests/crypto/importKey-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698