root/LayoutTests/http/tests/resources/last-modified.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    $date = $_GET['date'];
    header("Last-Modified: $date");
?>
<script>
document.write(document.lastModified);
</script>

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