root/LayoutTests/http/tests/inspector/network/resources/script-as-text.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    header("Content-Type: text/plain");
?>

function foo()
{
    var bar = 42;
}

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