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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html
index 45404e94d039eafff1097a5618ac7c056cddaec2..f5ad8600ca99a26bbdb7722c99f261138a2ee624 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="img-src 'none'">
- <script src="/js-test-resources/js-test-pre.js"></script>
+ <script src="/js-test-resources/js-test.js"></script>
<script src="../resources/securitypolicyviolation-test.js"></script>
<script>
description('Check that a SecurityPolicyViolationEvent strips detail from cross-origin blocked URLs.');

Powered by Google App Engine
This is Rietveld 408576698