1234567891011121314151617 |
- <!doctype html>
- <meta charset=utf-8>
- <title>WebCryptoAPI: generateKey() for Failures</title>
- <meta name="timeout" content="long">
- <script>
- self.GLOBAL = {
- isWindow: function() { return true; },
- isWorker: function() { return false; },
- isShadowRealm: function() { return false; },
- };
- </script>
- <script src="../../resources/testharness.js"></script>
- <script src="../../resources/testharnessreport.js"></script>
- <script src="../util/helpers.js"></script>
- <script src="failures.js"></script>
- <div id=log></div>
- <script src="../../WebCryptoAPI/generateKey/failures_ECDH.https.any.js"></script>
|