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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-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-same-origin-with-cookies.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.html
index f801e2369d1621064988b3a868e32bfcf2d3293a..0cdaf8f60bed172f56e671b33ef1508e0dd68c12 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-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 /security/contentSecurityPolicy/resources/save-report.php">
+ <meta http-equiv="Content-Security-Policy" content="img-src 'none'; report-uri /security/contentSecurityPolicy/resources/save-report.php?test=report-same-origin-with-cookies.html">
</head>
<body>
<script>

Powered by Google App Engine
This is Rietveld 408576698