Chromium Code Reviews| 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> |