| Index: LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html
|
| index 2ccce1b2817b15f53e9bda48d9c4e55ee0f115fa..8bec3f1145b709b37d4839183234bc2de9b13aec 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <meta http-equiv="Content-Security-Policy" content="default-src 'self'; report-uri ../resources/save-report.php">
|
| + <meta http-equiv="Content-Security-Policy" content="default-src 'self'; report-uri ../resources/save-report.php?test=report-uri-effective-directive.html">
|
| </head>
|
| <body>
|
| <script>
|
|
|