| Index: LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html b/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html
|
| index ae8f25f237e7502e91c3ba660d5b9133b4ca67c5..0fbac8e7f1e07baac834aedb38394c4757f8585e 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'; report-uri resources/save-report.php">
|
| + <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'; report-uri resources/save-report.php?test=eval-blocked-and-sends-report.html">
|
| </head>
|
| <body>
|
| <script>
|
|
|