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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.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/eval-blocked-and-sends-report.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html b/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html
index ae8f25f237e7502e91c3ba660d5b9133b4ca67c5..0fbac8e7f1e07baac834aedb38394c4757f8585e 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'; report-uri resources/save-report.php">
+ <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'; report-uri resources/save-report.php?test=eval-blocked-and-sends-report.html">
</head>
<body>
<script>

Powered by Google App Engine
This is Rietveld 408576698