chromium/third_party/blink/web_tests/http/tests/mime/resources/style-with-charset.php

<?php
header("Content-Type: text/css; charset=utf-8");
?>
html { background-color: green; }