| Index: LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html
|
| similarity index 80%
|
| copy from LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html
|
| copy to LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html
|
| index cf23714712effed57d237b7f3cbdfc5a262cd665..17c43b378918c838c9b646341a77ac2ba0d33e4a 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-report-only.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<iframe src="resources/sandbox.php?sandbox=allow-scripts%20allow-same-origin"></iframe>
|
| +<iframe src="resources/sandbox.php?report-only=1"></iframe>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|