Index: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.html b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.html |
deleted file mode 100644 |
index 337e0780e5614c76503debbf26dbc05f80d47c5c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<meta charset=utf-8> |
-<meta name="timeout" content="long"> |
-<title>WebCryptoAPI: wrapKey() and unwrapKey()</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-wrapKey"> |
-<script src="/resources/testharness.js"></script> |
-<script src="/resources/testharnessreport.js"></script> |
- |
-<script src="wrapKey_unwrapKey.js"></script> |
- |
-<h1>wrapKey and unwrapKey Tests</h1> |
- |
-<div id="log"></div> |
-<script> |
-run_test(); |
-</script> |