| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-in-meta.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reportonly-in-meta-ignored.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-in-meta.html
|
| similarity index 60%
|
| copy from third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reportonly-in-meta-ignored.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-in-meta.html
|
| index 427c462dd58c39355e6efb2a5a8f5450fb844a34..71f43a4cac2848e3b1dacb940ffb2a9eca1df06f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/reportonly-in-meta-ignored.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-only-in-meta.html
|
| @@ -1,13 +1,12 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <meta http-equiv="Content-Security-Policy-Report-Only" content="this-should-be-ignored">
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| </script>
|
| + <meta http-equiv="Content-Security-Policy-Report-Only" content="sandbox allow-scripts; frame-ancestors 'none'; report-uri http://foo.test">
|
| </head>
|
| <body>
|
| - <p>This tests that report-only Content Security Policy headers are ignored if contained in meta elements.</p>
|
| </body>
|
| </html>
|
|
|