root/LayoutTests/http/tests/inspector/resource-tree/resources/stylesheet-text-plain.php

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

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