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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.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-cross-origin-no-cookies.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html
index 26a8a2a53fe25009155a27de90462d2561c5bb86..3d3b87efd79660f8484e5dd01f75240094e9b868 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.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 http://localhost:8080/security/contentSecurityPolicy/resources/save-report.php">
+ <meta http-equiv="Content-Security-Policy" content="img-src 'none'; report-uri http://localhost:8080/security/contentSecurityPolicy/resources/save-report.php?test=report-cross-origin-no-cookies.html">
</head>
<body>
<script>

Powered by Google App Engine
This is Rietveld 408576698