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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/sign_verify/test_rsa_pss.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, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/sign_verify/test_rsa_pss.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/sign_verify/test_rsa_pss.html b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/sign_verify/test_rsa_pss.html
deleted file mode 100644
index 3a2034feb4ac759f62f23c6482f4ea7f33ba6fa9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/sign_verify/test_rsa_pss.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<meta charset=utf-8>
-<meta name="timeout" content="long">
-<title>WebCryptoAPI: sign() and verify() Using RSA-PSS</title>
-<link rel="author" title="Charles Engelke" href="mailto:w3c@engelke.com">
-<link rel="help" href="https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#SubtleCrypto-method-sign">
-<link rel="help" href="https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#SubtleCrypto-method-verify">
-<script src="/resources/testharness.js"></script>
-<script src="/resources/testharnessreport.js"></script>
-
-<script src="rsa_pss_vectors.js"></script>
-<script src="rsa.js"></script>
-
-<h1>sign and verify Tests for RSA-PSS</h1>
-
-<div id="log"></div>
-<script>
-run_test();
-</script>

Powered by Google App Engine
This is Rietveld 408576698