| Index: LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html
 | 
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html b/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html
 | 
| index 2518b8a8c467dbc90997cfed64264c0e8f6fc867..26a8a2a53fe25009155a27de90462d2561c5bb86 100644
 | 
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html
 | 
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html
 | 
| @@ -1,6 +1,7 @@
 | 
|  <!DOCTYPE html>
 | 
|  <html>
 | 
|  <head>
 | 
| +    <script src="resources/report-test.js"></script>
 | 
|      <meta http-equiv="Content-Security-Policy" content="img-src 'none'; report-uri http://localhost:8080/security/contentSecurityPolicy/resources/save-report.php">
 | 
|  </head>
 | 
|  <body>
 | 
| 
 |