root/LayoutTests/http/tests/mime/resources/style-with-text-plain.php

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

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