failures_ECDH.https.any.html 594 B

1234567891011121314151617
  1. <!doctype html>
  2. <meta charset=utf-8>
  3. <title>WebCryptoAPI: generateKey() for Failures</title>
  4. <meta name="timeout" content="long">
  5. <script>
  6. self.GLOBAL = {
  7. isWindow: function() { return true; },
  8. isWorker: function() { return false; },
  9. isShadowRealm: function() { return false; },
  10. };
  11. </script>
  12. <script src="../../resources/testharness.js"></script>
  13. <script src="../../resources/testharnessreport.js"></script>
  14. <script src="../util/helpers.js"></script>
  15. <script src="failures.js"></script>
  16. <div id=log></div>
  17. <script src="../../WebCryptoAPI/generateKey/failures_ECDH.https.any.js"></script>