root/LayoutTests/http/tests/xmlhttprequest/resources/redirect-cors-origin-null-pass.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
 $request_origin_value = $_SERVER["HTTP_ORIGIN"];
 if (!is_null($request_origin_value)) {
     header("Access-Control-Allow-Origin: null");
     echo "PASS";
 }
?>

/* [<][>][^][v][top][bottom][index][help] */