Index: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/import_export/test_rsa_importKey.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/import_export/test_rsa_importKey.html b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/import_export/test_rsa_importKey.html |
deleted file mode 100644 |
index 219ad2d3bc51c7622850962bb7c554eec0dbf703..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/import_export/test_rsa_importKey.html |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<!DOCTYPE HTML> |
-<meta charset=utf-8> |
-<title>WebCryptoAPI: importKey() for RSA keys</title> |
-<link rel="author" title="Charles Engelke" href="mailto:w3c@engelke.com"> |
-<link rel="help" href=https://w3c.github.io/webcrypto/Overview.html#SubtleCrypto-method-importKey"> |
-<script src="/resources/testharness.js"></script> |
-<script src="/resources/testharnessreport.js"></script> |
-<script src="rsa_importKey.js"></script> |
-<div id="log"></div> |
-<script> |
-run_test(); |
-</script> |