Index: LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html |
index e6884f969f22e8f7a31a30d3cf934fb03880ea6e..5c94c03ab8646b7c7efaa2a270a37637d1e9c15b 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-javascript.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-uri-from-javascript.html"> |
</head> |
<body> |
<script src="resources/inject-image.js"></script> |