| Index: LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html
|
| index 06c2755c5d39a884858f47bd363625310110a8ee..ca902b2704735e59671ffbd0847840e112552eed 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-from-inline-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-inline-javascript.html">
|
| </head>
|
| <body>
|
| <script>
|
|
|