root/LayoutTests/http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
  $origin = $_GET["origin"] ? $_GET["origin"] : "";
  header("timing-allow-origin: $origin");
?>
<!DOCTYPE HTML>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
        <title>Green Test Page</title>
    </head>
    <body style="background-color:#00FF00;">
        <h1>Placeholder</h1>
    </body>
</html>

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