Index: LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html |
index 5c09931ffdd0bc0a6bc3920da901eb4239b5d647..a0a2759e6fb60e89c556f3cdc7e2bbd45f9197fa 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-blocked-data-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-data-uri.html"> |
</head> |
<body> |
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="> |