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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-file-uri.html

Issue 23172003: Improve parallelization of CSP and XSSAuditor reporting tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/contentSecurityPolicy/report-blocked-file-uri.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-file-uri.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-file-uri.html
index bcb3ee03546a253ac076d519310f96a55fad32f5..0f92e7aebd998787c777479fc4e1ba75deddffd3 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-file-uri.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-file-uri.html
@@ -2,7 +2,7 @@
<html>
<head>
<script src="resources/report-test.js"></script>
- <meta http-equiv="Content-Security-Policy" content="img-src 'none'; report-uri resources/save-report.php">
+ <meta http-equiv="Content-Security-Policy" content="img-src 'none'; report-uri resources/save-report.php?test=report-blocked-file-uri.html">
</head>
<body>
<script>

Powered by Google App Engine
This is Rietveld 408576698