Chromium Code Reviews| Index: LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php |
| diff --git a/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php b/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..65c8cdf4e48a2030088188844d2a6e69514a127a |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/security/suborigins/multiple-suborigins-disallowed.php |
| @@ -0,0 +1,12 @@ |
| +<?php |
| +header("Content-Security-Policy: suborigin foo; suborigin bar"); |
| +?> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + </script> |
| +</body> |
| +</html> |