| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.php b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.php
|
| index 5bfbfdef993075d3afefe03aee180e7d51cf5eed..dce3a94c17f1a8551d7f06619ef5f1167ef6e9a8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.php
|
| @@ -7,8 +7,6 @@ header("Content-Security-Policy-Report-Only: script-src 'self' 'unsafe-inline'")
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| - if (window.internals)
|
| - internals.settings.setExperimentalContentSecurityPolicyFeaturesEnabled(false);
|
| </script>
|
| </head>
|
| <body>
|
|
|