author | puhley |
Thu, 03 May 2012 16:40:42 -0700 | |
branch | testJam |
changeset 61 | 66a94a1d94cd |
parent 60 | eabaab2333a4 |
child 62 | 3158ae0da344 |
tests/cors/submitted/webkit/resources/access-control-sandboxed-iframe-denied-without-wildcard.php |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/cors/submitted/webkit/resources/access-control-sandboxed-iframe-denied-without-wildcard.php Thu May 03 16:40:42 2012 -0700 @@ -0,0 +1,8 @@ +<?php + header("Content-Type: text/plain"); + header("Access-Control-Allow-Credentials: true"); + header("Access-Control-Allow-Origin: http://127.0.0.1:80"); + + echo "FAIL: Sandboxed iframe XHR access allowed."; + +?>