root/LayoutTests/http/tests/security/resources/send-mime-types.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    $mime_type = $_GET["mt"];
    
    header("Content-Type: ".$mime_type);

    echo "<script>";
    echo "alert('FAIL: ".$mime_type."');";
    echo "</script>";
?>

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