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

Unified Diff: LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js

Issue 845633002: Remove NoInterfaceObject attribute from CryptoKey. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expose to Workers Created 5 years, 11 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
Index: LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js
diff --git a/LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js b/LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js
index 97b430856defc147a29febcd7b3dfa8f2ea85a37..3e22f2c931fb6c178dbac21590f918974e9e048c 100644
--- a/LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js
+++ b/LayoutTests/crypto/subtle/resources/subtle-crypto-concurrent.js
@@ -41,6 +41,8 @@ function testGenerateRsaKey()
publicKey = result.publicKey;
privateKey = result.privateKey;
+ shouldBeTrue("publicKey instanceof CryptoKey", true);
+
shouldEvaluateAsSilent("publicKey.type", "public");
shouldEvaluateAsSilent("publicKey.extractable", true);
shouldEvaluateAsSilent("publicKey.algorithm.name", algorithm.name);
« no previous file with comments | « LayoutTests/crypto/subtle/cryptokey-interface-is-visible-expected.txt ('k') | Source/modules/crypto/CryptoKey.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698