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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/sign_verify/test_rsa_pkcs.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
(Empty)
1 <!DOCTYPE html>
2 <meta charset=utf-8>
3 <meta name="timeout" content="long">
4 <title>WebCryptoAPI: sign() and verify() Using RSASSA-PKCS1-v1_5</title>
5 <link rel="author" title="Charles Engelke" href="mailto:w3c@engelke.com">
6 <link rel="help" href="https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Ov erview.html#SubtleCrypto-method-sign">
7 <link rel="help" href="https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Ov erview.html#SubtleCrypto-method-verify">
8 <script src="/resources/testharness.js"></script>
9 <script src="/resources/testharnessreport.js"></script>
10
11 <script src="rsa_pkcs_vectors.js"></script>
12 <script src="rsa.js"></script>
13
14 <h1>sign and verify Tests for RSASSA-PKCS1-v1_5</h1>
15
16 <div id="log"></div>
17 <script>
18 run_test();
19 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698