Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed-mimetypes.html |
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed-mimetypes.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed-mimetypes.html |
deleted file mode 100644 |
index f5a6489e4e2ba5bbb5ae1094551f3e1f57c35a70..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed-mimetypes.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<head> |
- <title>SRI with MIME types allowed</title> |
- <script src="/resources/testharness.js"></script> |
- <script src="/resources/testharnessreport.js"></script> |
-</head> |
-<body> |
- <script> |
- var result = false; |
- function scriptLoaded() { |
- assert_true(result, "|result| is set to true."); |
- done(); |
- } |
- function scriptError() { |
- assert_unreached("Script load should not result in an error."); |
- } |
- </script> |
- <script onload="scriptLoaded()" onerror="scriptError()" src='resources/setResultWithMIME.php?mime=application/javascript&value=true' integrity="sha256-_CPhHgLf4bYjXZA6KVnegM7ECdy7A3f35ntfHeYy9zI=?ct=application/javascript"></script> |
-</body> |