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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https.html

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… Created 3 years, 7 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 unified diff | Download patch
OLDNEW
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: wrapKey() and unwrapKey()</title> 4 <title>WebCryptoAPI: wrapKey() and unwrapKey()</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://w3c.github.io/webcrypto/Overview.html#SubtleCrypt o-method-wrapKey"> 6 <link rel="help" href="https://w3c.github.io/webcrypto/Overview.html#SubtleCrypt o-method-wrapKey">
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="wrapKey_unwrapKey.js"></script> 10 <script src="wrapKey_unwrapKey.js"></script>
11 11
12 <h1>wrapKey and unwrapKey Tests</h1> 12 <h1>wrapKey and unwrapKey Tests</h1>
13 13
14 <div id="log"></div> 14 <div id="log"></div>
15 <script> 15 <script>
16 run_test(); 16 run_test();
17 </script> 17 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698