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

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

Issue 566083003: Implementation of subresource integrity attribute for secure origins. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Block resources at insecure origins Created 6 years, 3 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
Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed.html
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed.html
new file mode 100644
index 0000000000000000000000000000000000000000..60b5e2bdf85706e7f1e0d0a703bda5988c2802b3
--- /dev/null
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-allowed.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ <script src='pass.js' integrity="pgUiYTMl3j+Nyfyc6EJkFsn//acTBz/ZqOtWnzTuSC4="></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698