| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.php
|
| similarity index 59%
|
| rename from third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.php
|
| index 8bec3f1145b709b37d4839183234bc2de9b13aec..deb27290bca71cd3bc2343ac2ff3f1b1012fd939 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive.php
|
| @@ -1,7 +1,9 @@
|
| +<?php
|
| +header("Content-Security-Policy: default-src 'self'; report-uri ../resources/save-report.php?test=report-uri-effective-directive.php");
|
| +?>
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <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>
|
|
|