Chromium Code Reviews| Index: LayoutTests/http/tests/security/suborigins/resources/multiple-suborigins.php |
| diff --git a/LayoutTests/http/tests/security/suborigins/resources/multiple-suborigins.php b/LayoutTests/http/tests/security/suborigins/resources/multiple-suborigins.php |
| deleted file mode 100644 |
| index 41bbbf4c62fb45d96598626c59cc2b61f35c7ab5..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/http/tests/security/suborigins/resources/multiple-suborigins.php |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -<?php |
| -header("Content-Security-Policy: suborigin foo, suborigin bar"); |
| -?> |
| -<!DOCTYPE html> |
| -<script> |
| -window.secret = 'I am a secret'; |
| -parent.postMessage('Done', '*'); |
| -</script> |