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

Unified Diff: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed-mimetypes.html

Issue 1126343003: Ignore unknown options to subresource integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed option parsing + nits from mkwst Created 5 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698