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); |