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

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Content-Type: text/css; charset=utf-8");
?>
html { background-color: green; }

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