chromium/third_party/blink/web_tests/http/tests/devtools/resource-tree/resources/stylesheet-text-plain.php

<?php
    header("Content-Type: text/plain");
?>
body {
    background-color: green:
}