| OLD | NEW | 
|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <meta charset=utf-8> | 2 <meta charset=utf-8> | 
| 3 <meta name="timeout" content="long"> | 3 <meta name="timeout" content="long"> | 
| 4 <title>WebCryptoAPI: generateKey() Successful Calls</title> | 4 <title>WebCryptoAPI: generateKey() Successful Calls</title> | 
| 5 <link rel="author" title="Charles Engelke" href="mailto:w3c@engelke.com"> | 5 <link rel="author" title="Charles Engelke" href="mailto:w3c@engelke.com"> | 
| 6 <link rel="help" href="https://www.w3.org/TR/WebCryptoAPI/#dfn-SubtleCrypto-meth
    od-generateKey"> | 6 <link rel="help" href="https://www.w3.org/TR/WebCryptoAPI/#dfn-SubtleCrypto-meth
    od-generateKey"> | 
| 7 <script src="/resources/testharness.js"></script> | 7 <script src="/resources/testharness.js"></script> | 
| 8 <script src="/resources/testharnessreport.js"></script> | 8 <script src="/resources/testharnessreport.js"></script> | 
| 9 | 9 | 
| 10 <script src="/WebCryptoAPI/util/helpers.js"></script> | 10 <script src="/WebCryptoAPI/util/helpers.js"></script> | 
| 11 <script src="successes.js"></script> | 11 <script src="successes.js"></script> | 
| 12 | 12 | 
| 13 <h1>generateKey Tests for Good Parameters</h1> | 13 <h1>generateKey Tests for Good Parameters</h1> | 
| 14 <p> | 14 <p> | 
| 15     <strong>Warning!</strong> RSA key generation is intrinsically | 15     <strong>Warning!</strong> RSA key generation is intrinsically | 
| 16     very slow, so the related tests can take up to | 16     very slow, so the related tests can take up to | 
| 17     several minutes to complete, depending on browser! | 17     several minutes to complete, depending on browser! | 
| 18 </p> | 18 </p> | 
| 19 | 19 | 
| 20 <div id="log"></div> | 20 <div id="log"></div> | 
| 21 <script> | 21 <script> | 
| 22 run_test(["RSA-PSS"]); | 22 run_test(["RSA-PSS"]); | 
| 23 </script> | 23 </script> | 
| OLD | NEW | 
|---|