| Index: LayoutTests/http/tests/security/suborigins/resources/childsuborigin.php
|
| diff --git a/LayoutTests/http/tests/security/suborigins/resources/childsuborigin.php b/LayoutTests/http/tests/security/suborigins/resources/childsuborigin.php
|
| deleted file mode 100644
|
| index 48fa800632a06cc6d7b0472abd21f3b27f781cdf..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/suborigins/resources/childsuborigin.php
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<?php
|
| -if ($_GET["report-only"]) {
|
| - header("Content-Security-Policy-Report-Only: suborigin " . $_GET["suborigin"]);
|
| -} else {
|
| - header("Content-Security-Policy: suborigin " . $_GET["suborigin"]);
|
| -}
|
| -?>
|
| -<!DOCTYPE html>
|
| -<script>
|
| -window.parent.secret = 'I am a secret';
|
| -parent.postMessage('Done', '*');
|
| -</script>
|
|
|