diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/test_failures.https.html')
-rw-r--r-- | tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/test_failures.https.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/test_failures.https.html b/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/test_failures.https.html deleted file mode 100644 index 14e57b25cf2..00000000000 --- a/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/test_failures.https.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<meta charset=utf-8> -<meta name="timeout" content="long"> -<title>WebCryptoAPI: generateKey() for Failures</title> -<link rel="author" title="Charles Engelke" href="mailto:w3c@engelke.com"> -<link rel="help" href="https://www.w3.org/TR/WebCryptoAPI/#dfn-SubtleCrypto-method-generateKey"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> - -<script src="/WebCryptoAPI/util/helpers.js"></script> -<script src="failures.js"></script> - -<h1>generateKey Tests for Bad Parameters</h1> - -<div id="log"></div> -<script> -run_test(); -</script> |